aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-12 15:27:09 +0100
committerThomas White <taw@physics.org>2010-01-12 15:27:09 +0100
commit37be1343c612c6abf22814c6eb4b67f7f39c61c8 (patch)
tree25ddd915d033ec12fcd45ecd81ad4601f1254767 /src/Makefile.am
parentaec12416e6af499306fd7579ec897b7d03e0f251 (diff)
Move fine peak search to new file
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9010373c..948d2fbf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,7 +17,7 @@ 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
+ intensities.c ewald.c peaks.c
indexamajig_LDADD = @LIBS@
if HAVE_GTK