diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-06-12 19:46:43 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-06-12 19:46:43 -0700 |
commit | 27c2c0ea1cfe3ddd5e979da16d9411bf1b47081b (patch) | |
tree | f985a05771ae2c40a0d2fd43069882868f635a0d | |
parent | a53f6c6bf41d897a6dafbbe9791ffe24196ec400 (diff) |
Update Makefiles
-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | src/Makefile.in | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index c484d63e..00596597 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,7 +50,8 @@ 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 \ - filters.c peaks.c + filters.c peaks.c detector.c cell.c diffraction.c \ + sfac.c calibrate_detector_LDADD = @LIBS@ INCLUDES = "-I$(top_srcdir)/data" diff --git a/src/Makefile.in b/src/Makefile.in index 3c5e4179..05d52f15 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -54,7 +54,8 @@ am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) am_calibrate_detector_OBJECTS = calibrate-detector.$(OBJEXT) \ utils.$(OBJEXT) hdf5-file.$(OBJEXT) image.$(OBJEXT) \ - filters.$(OBJEXT) + filters.$(OBJEXT) peaks.$(OBJEXT) detector.$(OBJEXT) \ + cell.$(OBJEXT) diffraction.$(OBJEXT) sfac.$(OBJEXT) calibrate_detector_OBJECTS = $(am_calibrate_detector_OBJECTS) calibrate_detector_DEPENDENCIES = am_compare_hkl_OBJECTS = compare_hkl.$(OBJEXT) sfac.$(OBJEXT) \ @@ -263,7 +264,8 @@ 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 \ - filters.c + filters.c peaks.c detector.c cell.c diffraction.c \ + sfac.c calibrate_detector_LDADD = @LIBS@ INCLUDES = "-I$(top_srcdir)/data" |