diff options
author | Thomas White <taw@physics.org> | 2010-06-24 16:48:32 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:51 +0100 |
commit | e2a154ddefd961a79437cdac79fb5e46cda4a855 (patch) | |
tree | a9e236120d56b39df546826b4efa0ecfc5ca0ec8 /src/Makefile.am | |
parent | ac5c6c8bcf1b870b4049aeb290f4af3c49086076 (diff) |
Move POV-ray stuff to a new file
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5a9cd309..259542fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -46,7 +46,7 @@ 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 +render_hkl_SOURCES = render_hkl.c cell.c reflections.c utils.c povray.c render_hkl_LDADD = @LIBS@ calibrate_detector_SOURCES = calibrate_detector.c utils.c hdf5-file.c image.c \ |