aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2010-07-17 20:28:16 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:54 +0100
commit003a1a19a55913633c2e212af840cb4d0390d304 (patch)
tree88f8ddbb0378804395b51806c9dd41803167e6ba /src/Makefile.am
parent84a7190c4bd7893e1bfdd37522a46fb0d085ed5c (diff)
compare_hkl: Take symmetry into account
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 b9b70c22..a61ebb6b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -39,7 +39,7 @@ get_hkl_SOURCES = get_hkl.c sfac.c cell.c utils.c reflections.c symmetry.c
get_hkl_LDADD = @LIBS@
compare_hkl_SOURCES = compare_hkl.c sfac.c cell.c utils.c reflections.c \
- statistics.c
+ statistics.c symmetry.c
compare_hkl_LDADD = @LIBS@
powder_plot_SOURCES = powder_plot.c cell.c utils.c image.c hdf5-file.c \