aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-06-22 01:55:24 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:50 +0100
commit48d0b9b12474e2c73411c234ef972a0a4a692e34 (patch)
tree066a489d7c3f2337ececc755773a7eaa71abff86 /src/Makefile.am
parent7c9587d69305edd53487a61cc8f5a26cc1373638 (diff)
process_hkl: Add symmetry module
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 82361202..5a9cd309 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -17,7 +17,7 @@ endif
pattern_sim_LDADD = @LIBS@
process_hkl_SOURCES = process_hkl.c sfac.c statistics.c cell.c utils.c \
- reflections.c likelihood.c
+ reflections.c likelihood.c symmetry.c
process_hkl_LDADD = @LIBS@
indexamajig_SOURCES = indexamajig.c hdf5-file.c utils.c cell.c image.c \