diff options
author | Thomas White <taw@physics.org> | 2011-08-15 14:41:07 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:36 +0100 |
commit | 9695eab2909252a352e521d354d0c6c70de27210 (patch) | |
tree | adf956c62bf5b0b5a4b9141462fb885f9e54a822 /Makefile.in | |
parent | 22af0f09eb410c397d0fee3af72710765efb2f3b (diff) |
Add scripts/indexed-filenames
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 72dd96de..245041db 100644 --- a/Makefile.in +++ b/Makefile.in @@ -665,7 +665,8 @@ EXTRA_DIST = configure m4/gnulib-cache.m4 tests/first_merge_check \ scripts/mtz2hkl scripts/sequence-image scripts/zone-axes \ 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/compare-hkl.gp scripts/check-peak-detection \ + scripts/indexed-filenames SUBDIRS = lib doc/reference ACLOCAL_AMFLAGS = -I m4 AM_CFLAGS = -Wall @@ -794,7 +795,8 @@ script_DATA = scripts/check-near-bragg scripts/random-image \ scripts/sequence-image scripts/zone-axes \ 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/compare-hkl.gp scripts/check-peak-detection \ + scripts/indexed-filenames DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc all: config.h |