diff options
author | Thomas White <taw@physics.org> | 2011-10-06 14:33:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:39 +0100 |
commit | 3f7f7b74dba93b7ac105071927664d7b1f2c31de (patch) | |
tree | cf91e21569768fb70e3b8f0c36e6bcd1e92d2347 /Makefile.am | |
parent | 0537bcd892f2b37fd5aa4e5273b7ebb3ea593691 (diff) |
Move "cubeit" to contrib
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index aef3d105..f0b003a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ bin_PROGRAMS += src/hdfsee endif if BUILD_CUBEIT -bin_PROGRAMS += src/cubeit +bin_PROGRAMS += contrib/cubeit endif AM_CFLAGS = -Wall @@ -128,9 +128,9 @@ src_partialator_SOURCES += src/scaling-report.c endif if BUILD_CUBEIT -src_cubeit_SOURCES = src/cubeit.c src/cell.c src/hdf5-file.c src/utils.c \ - src/detector.c src/render.c src/filters.c src/image.c \ - src/symmetry.c src/stream.c src/thread-pool.c \ +contrib_cubeit_SOURCES = contrib/cubeit.c src/cell.c src/hdf5-file.c \ + src/utils.c src/detector.c src/render.c src/filters.c \ + src/image.c src/symmetry.c src/stream.c src/thread-pool.c \ src/reflist.c src/reflist-utils.c endif |