diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-05 21:22:52 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-03-05 21:22:52 +0100 |
commit | c4995f3a60de049ccd434c3950ae98bcef216532 (patch) | |
tree | 764ddcb378cb6358c944691823fcf60cbcea8152 | |
parent | 8daae94c2478a599babe0c3ce844489f728d10e2 (diff) |
Add missing powerlist as distfiles.v0.9.4
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e686ec0..9624b18 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,7 @@ EXTRA_DIST = \ midimapper.h \ mutex.h \ path.h \ + powerlist.h \ rangemap.h \ sample.h \ saxparser.h \ @@ -53,6 +54,7 @@ EXTRA_DIST = \ midimapper.cc \ mutex.cc \ path.cc \ + powerlist.cc \ sample.cc \ saxparser.cc \ semaphore.cc \ |