diff options
author | Thomas White <taw@physics.org> | 2010-09-29 17:37:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:00 +0100 |
commit | 0da8b0efa29a1d581a15ffacafec5e1e5dec76ea (patch) | |
tree | ee465c0fe0710520882a16fe6328c12a12e22380 /src/Makefile.am | |
parent | fb8fc1fab3792488e5f3ab0e2ef9ed89189c47d9 (diff) |
Move get_q() and get_tt() to detector.c
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e147b78e..721c80f1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,22 +53,20 @@ 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 \ - filters.c peaks.c detector.c cell.c diffraction.c \ - sfac.c + filters.c peaks.c detector.c cell.c calibrate_detector_LDADD = @LIBS@ facetron_SOURCES = facetron.c cell.c hdf5-file.c utils.c detector.c peaks.c \ - image.c diffraction.c sfac.c geometry.c reflections.c \ - stream.c + image.c geometry.c reflections.c stream.c facetron_LDADD = @LIBS@ -cubeit_SOURCES = cubeit.c cell.c hdf5-file.c utils.c detector.c diffraction.c \ - sfac.c render.c filters.c image.c symmetry.c stream.c +cubeit_SOURCES = cubeit.c cell.c hdf5-file.c utils.c detector.c render.c \ + filters.c image.c symmetry.c stream.c cubeit_LDADD = @LIBS@ reintegrate_SOURCES = reintegrate.c cell.c hdf5-file.c utils.c detector.c \ - peaks.c image.c diffraction.c sfac.c geometry.c stream.c \ - index.c dirax.c templates.c symmetry.c + peaks.c image.c stream.c \ + index.c dirax.c templates.c geometry.c symmetry.c reintegrate_LDADD = @LIBS@ INCLUDES = "-I$(top_srcdir)/data" |