aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-06-30 14:35:00 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:51 +0100
commit7b4161e498b0ab392b7b26c3ad33bb7f8f1c5506 (patch)
tree0f46b534a50738072dad6172cd63304c4b94983b /src/Makefile.am
parentda7591b21895dd274ffffac916f71bd84b9cd783 (diff)
Fix symmetry so that it works, and use it in render_hkl
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 259542fb..8d4cdec2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,7 +46,8 @@ powder_plot_SOURCES = powder_plot.c cell.c utils.c image.c hdf5-file.c \
detector.c
powder_plot_LDADD = @LIBS@
-render_hkl_SOURCES = render_hkl.c cell.c reflections.c utils.c povray.c
+render_hkl_SOURCES = render_hkl.c cell.c reflections.c utils.c povray.c \
+ symmetry.c
render_hkl_LDADD = @LIBS@
calibrate_detector_SOURCES = calibrate_detector.c utils.c hdf5-file.c image.c \