diff options
author | Thomas White <taw@physics.org> | 2014-05-23 21:01:26 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-05-23 21:01:26 +0200 |
commit | a58e6c20bc8bd5f9b03662f21fcc378657948627 (patch) | |
tree | 73d02bd1f0e73708e5782ccd217b33740c5c91c4 /Makefile.am | |
parent | adaa39135ac6d38a041a58b8eba4ce136988abd6 (diff) |
Add scripts/gen-sfs-expand to Makefile.am
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e9f427c7..f460daf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -178,7 +178,8 @@ script_DATA = scripts/alternate-stream scripts/cell-please \ scripts/random-image scripts/README scripts/sequence-image \ scripts/split-indexed scripts/stream_grep scripts/zone-axes \ scripts/Rsplit_surface scripts/Rsplit_surface.py \ - scripts/clean-stream.py scripts/fg-graph scripts/truncate-stream + scripts/clean-stream.py scripts/fg-graph scripts/truncate-stream \ + scripts/gen-sfs-expand EXTRA_DIST += $(script_DATA) |