aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-03-29 18:43:32 +0200
committerThomas White <taw@physics.org>2010-03-29 18:43:32 +0200
commit2059ec75d956d1a1a63f4e215de3986502600623 (patch)
treed947aea0b946dfd6c5a089005be0da03871a379a /src/Makefile.am
parentfc441bafd638cb8913b9b71833c1a9f84b70f4f0 (diff)
compare_hkl: Display R-factor
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 4041e1e2..fcb1f2bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -38,7 +38,8 @@ endif
get_hkl_SOURCES = get_hkl.c sfac.c cell.c utils.c reflections.c
get_hkl_LDADD = @LIBS@
-compare_hkl_SOURCES = compare_hkl.c sfac.c cell.c utils.c reflections.c
+compare_hkl_SOURCES = compare_hkl.c sfac.c cell.c utils.c reflections.c \
+ statistics.c
compare_hkl_LDADD = @LIBS@
powder_plot_SOURCES = powder_plot.c cell.c utils.c image.c hdf5-file.c \