aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am2
-rw-r--r--src/Makefile.in6
-rw-r--r--src/calibrate_detector.c (renamed from src/calibrate-detector.c)0
3 files changed, 4 insertions, 4 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@
diff --git a/src/Makefile.in b/src/Makefile.in
index 05d52f15..fef3e01d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -52,7 +52,7 @@ CONFIG_CLEAN_VPATH_FILES =
@HAVE_GTK_TRUE@am__EXEEXT_1 = hdfsee$(EXEEXT)
am__installdirs = "$(DESTDIR)$(bindir)"
PROGRAMS = $(bin_PROGRAMS)
-am_calibrate_detector_OBJECTS = calibrate-detector.$(OBJEXT) \
+am_calibrate_detector_OBJECTS = calibrate_detector.$(OBJEXT) \
utils.$(OBJEXT) hdf5-file.$(OBJEXT) image.$(OBJEXT) \
filters.$(OBJEXT) peaks.$(OBJEXT) detector.$(OBJEXT) \
cell.$(OBJEXT) diffraction.$(OBJEXT) sfac.$(OBJEXT)
@@ -263,7 +263,7 @@ powder_plot_SOURCES = powder_plot.c cell.c utils.c image.c hdf5-file.c \
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
@@ -374,7 +374,7 @@ mostlyclean-compile:
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calibrate-detector.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calibrate_detector.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cell.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cl-utils.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/compare_hkl.Po@am__quote@
diff --git a/src/calibrate-detector.c b/src/calibrate_detector.c
index 3dc57e4b..3dc57e4b 100644
--- a/src/calibrate-detector.c
+++ b/src/calibrate_detector.c