aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-22 15:50:41 +0100
committerThomas White <taw@physics.org>2010-01-22 15:50:41 +0100
commit75d30a3f2a7d8484575f5b6ba6ed07587dc19f1e (patch)
tree58c78fbccd5544eabe7d8484fbaf6358ed87327d /src/Makefile.am
parentef9281fb30a07b8ee099ada3e1f7a0a10cbca5c0 (diff)
Add --near-bragg and --simulate options to indexamajig
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 57ee19c4..a80ba7a2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,7 +17,8 @@ process_hkl_SOURCES = process_hkl.c sfac.c statistics.c cell.c utils.c \
process_hkl_LDADD = @LIBS@
indexamajig_SOURCES = indexamajig.c hdf5-file.c utils.c dirax.c cell.c image.c \
- intensities.c ewald.c peaks.c index.c filters.c
+ intensities.c ewald.c peaks.c index.c filters.c \
+ diffraction.c detector.c sfac.c
indexamajig_LDADD = @LIBS@
if HAVE_GTK