diff options
author | Thomas White <taw@physics.org> | 2011-11-10 16:13:50 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:39 +0100 |
commit | 69632c5f4c08a255507a76f081c2fbb05c6a2184 (patch) | |
tree | db5bd233af40cdc56bd431bd37aedd562c3595be | |
parent | f70d3c1535f672c9bd313a229f44d52c979a6ad7 (diff) |
Update makefiles
-rw-r--r-- | Makefile.am | 4 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index f0b003a3..8104eb02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -204,7 +204,7 @@ script_DATA = scripts/check-near-bragg scripts/random-image \ scripts/alternate-stream scripts/README scripts/cell-please \ scripts/check-hkl-completeness.gp scripts/check-hkl-quality.gp \ scripts/compare-hkl.gp scripts/check-peak-detection \ - scripts/indexed-filenames + scripts/indexed-filenames scripts/gen-sfs EXTRA_DIST += scripts/check-near-bragg scripts/random-image \ scripts/wibbletron scripts/create-mtz scripts/mtz2hkl \ @@ -212,7 +212,7 @@ EXTRA_DIST += scripts/check-near-bragg scripts/random-image \ scripts/alternate-stream scripts/README scripts/cell-please \ scripts/check-hkl-completeness.gp scripts/check-hkl-quality.gp \ scripts/compare-hkl.gp scripts/check-peak-detection \ - scripts/indexed-filenames + scripts/indexed-filenames scripts/gen-sfs DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc diff --git a/Makefile.in b/Makefile.in index 5d7b5bf1..fdcb7502 100644 --- a/Makefile.in +++ b/Makefile.in @@ -668,7 +668,7 @@ EXTRA_DIST = configure m4/gnulib-cache.m4 tests/first_merge_check \ scripts/alternate-stream scripts/README scripts/cell-please \ scripts/check-hkl-completeness.gp scripts/check-hkl-quality.gp \ scripts/compare-hkl.gp scripts/check-peak-detection \ - scripts/indexed-filenames + scripts/indexed-filenames scripts/gen-sfs SUBDIRS = lib doc/reference ACLOCAL_AMFLAGS = -I m4 AM_CFLAGS = -Wall @@ -798,7 +798,7 @@ script_DATA = scripts/check-near-bragg scripts/random-image \ scripts/alternate-stream scripts/README scripts/cell-please \ scripts/check-hkl-completeness.gp scripts/check-hkl-quality.gp \ scripts/compare-hkl.gp scripts/check-peak-detection \ - scripts/indexed-filenames + scripts/indexed-filenames scripts/gen-sfs DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc all: config.h |