diff options
author | Thomas White <taw@physics.org> | 2017-09-07 16:29:36 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-09-07 16:29:36 +0200 |
commit | d2d7ecbebca7b5a063e8a8487f33feb2b235e462 (patch) | |
tree | 126cbba03790d762327ffc68df35b936eb3a2177 | |
parent | ab4b7140c160f84d9c0bc5ecfeb5efd51651d82e (diff) |
Add scripts/peakogram-stream 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 78456727..e4873cfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -184,7 +184,7 @@ script_DATA = scripts/alternate-stream scripts/cell-please \ scripts/detector-shift scripts/turbo-index-lsf \ scripts/gaincal-to-saturation-map scripts/move-entire-detector \ scripts/split-by-mask scripts/turbo-index-slurm \ - scripts/sum-peaks + scripts/sum-peaks scripts/peakogram-stream EXTRA_DIST += $(script_DATA) |