diff options
author | Thomas White <taw@physics.org> | 2010-01-05 17:35:59 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-05 17:36:49 +0100 |
commit | 8a89c359ebb241d36db89acf188d130691663e51 (patch) | |
tree | d6ca62bddfc57eced23e342ce49ebaa1c9f46066 /src/Makefile.am | |
parent | 9a0a1c228355e0efb7f423529c11bc162b7cbafd (diff) |
Introduce process_images
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index bb192be1..50b76850 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = pattern_sim process_hkl get_hkl +bin_PROGRAMS = pattern_sim process_hkl get_hkl process_images if HAVE_GTK bin_PROGRAMS += hdfsee @@ -16,6 +16,9 @@ process_hkl_SOURCES = process_hkl.c sfac.c statistics.c cell.c utils.c \ reflections.c process_hkl_LDADD = @LIBS@ +process_images_SOURCES = process_images.c hdf5-file.c utils.c dirax.c cell.c +process_images_LDADD = @LIBS@ + if HAVE_GTK hdfsee_SOURCES = hdfsee.c displaywindow.c render.c hdf5-file.c utils.c hdfsee_LDADD = @LIBS@ |