diff options
author | Thomas White <taw@physics.org> | 2013-07-23 12:09:36 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-07-23 12:09:36 +0200 |
commit | 8121538d79d4dad8f61e38eccbaaaec4cde5a5d4 (patch) | |
tree | 7fc2c475024b8f8f1fa09a07424e62a9ee5f8ca3 /Makefile.am | |
parent | 3892f12e3920391e4acf539f79f976ad7eb921da (diff) |
Add scripts/split-indexed to Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1dab1b4d..8a17d502 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,7 +145,7 @@ script_DATA = scripts/alternate-stream scripts/cell-please \ scripts/gen-sfs scripts/gen-sfs-ano scripts/hkl2hkl \ scripts/indexed-filenames scripts/mtz2hkl scripts/peak-intensity \ scripts/random-image scripts/README scripts/sequence-image \ - scripts/stream_grep scripts/zone-axes + scripts/split-indexed scripts/stream_grep scripts/zone-axes EXTRA_DIST += $(script_DATA) |