diff options
author | Thomas White <taw@physics.org> | 2013-09-16 10:38:03 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-09-16 10:38:03 +0200 |
commit | 8b85d0d4f941870f463214a5ead5d84c60779a16 (patch) | |
tree | 80145a4b23a2bc73de47323db27c6d4d0d10876f | |
parent | b94386e57353dbd6aba74e8c605647091dc85403 (diff) |
Update Makefile.am
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ddd05066..69baeaee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -155,7 +155,9 @@ 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/split-indexed scripts/stream_grep scripts/zone-axes + scripts/split-indexed scripts/stream_grep scripts/zone-axes \ + scripts/Rsplit_surface scripts/Rsplit_surface.py \ + scripts/clean-stream.py EXTRA_DIST += $(script_DATA) |