diff options
author | Jason Newton <nevion@gmail.com> | 2009-11-20 15:34:02 -0800 |
---|---|---|
committer | Jason Newton <nevion@gmail.com> | 2009-11-20 15:56:43 -0800 |
commit | f69e81f226e1f165bfe7d792b3c7895a55d43983 (patch) | |
tree | 4a879b4bdc8460630562fef3877b787589e5db34 /src/Makefile.am | |
parent | 77c6b696560f460e74af85d069863e8337e99d33 (diff) |
Makefile.am: added qpaeq to installed scripts
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b45908b37..fc8803ce8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1192,6 +1192,7 @@ endif if HAVE_FFTW modlibexec_LTLIBRARIES += \ module-equalizer-sink.la +bin_SCRIPTS += utils/qpaeq endif # These are generated by an M4 script |