diff options
author | Thomas White <taw@physics.org> | 2013-02-22 11:57:26 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-02-22 11:57:26 +0100 |
commit | 8a1898f66575495b9dbb75a7ce1bc6ea26c05cb3 (patch) | |
tree | 1f3113a22df42f55f362bd70e446d2d9d743e85b /Makefile.am | |
parent | 9dd569008c6190b697d64c77a96e50a59e65fbf0 (diff) |
Move processing pipeline to separate file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 422a34fb..961135a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,7 @@ endif src_process_hkl_SOURCES = src/process_hkl.c -src_indexamajig_SOURCES = src/indexamajig.c src/im-sandbox.c +src_indexamajig_SOURCES = src/indexamajig.c src/im-sandbox.c src/process_image.c if BUILD_HDFSEE src_hdfsee_SOURCES = src/hdfsee.c src/dw-hdfsee.c src/hdfsee-render.c |