diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-06-13 14:56:48 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-06-13 14:56:48 -0700 |
commit | 4f7bf9808846b5fd3db73d0cb64ad36fded40c8d (patch) | |
tree | e5b3614541f1b1c01f14910734cbe66b88c65572 /src/Makefile.am | |
parent | 31987bc460d802a8d9befb6c2f0ffbad82446ee6 (diff) |
src/calibrate-detector.c -> src/calibrate_detector.c in line with convention
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 00596597..82361202 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -49,7 +49,7 @@ powder_plot_LDADD = @LIBS@ render_hkl_SOURCES = render_hkl.c cell.c reflections.c utils.c render_hkl_LDADD = @LIBS@ -calibrate_detector_SOURCES = calibrate-detector.c utils.c hdf5-file.c image.c \ +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 calibrate_detector_LDADD = @LIBS@ |