diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-10-29 19:46:42 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-10-29 19:46:42 +0200 |
commit | 8c294df8abd1d839cc882830cf5b1305ae82cb42 (patch) | |
tree | 1fbb8b6f430f89b89fca4733c6ebc97ceea59053 /src | |
parent | 29a5a34cb2cb8dcf27332342db4bc80c50fc009b (diff) |
Add missing distfiles.v0.9.11
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index f149aa5..bf6e9cf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,9 +1,10 @@ EXTRA_DIST = \ - audiocachefile.h \ + atomic.h \ + audio.h \ audiocache.h \ audiocacheeventhandler.h \ + audiocachefile.h \ audiocacheidmanager.h \ - audio.h \ audiofile.h \ audioinputengine.h \ audioinputenginemidi.h \ @@ -20,10 +21,10 @@ EXTRA_DIST = \ drumkitloader.h \ drumkitparser.h \ events.h \ + inputfilter.h \ + inputprocessor.h \ instrument.h \ instrumentparser.h \ - inputfiler.h \ - inputprocessor.h \ latencyfilter.h \ memchecker.h \ midimapparser.h \ @@ -32,19 +33,22 @@ EXTRA_DIST = \ nolocale.h \ notifier.h \ path.h \ + platform.h \ powerlist.h \ + random.h \ rangemap.h \ sample.h \ saxparser.h \ semaphore.h \ + settings.h \ staminafilter.h \ + syncedsettings.h \ thread.h \ - velocity.h \ versionstr.h \ \ - audiocachefile.cc \ audiocache.cc \ audiocacheeventhandler.cc \ + audiocachefile.cc \ audiocacheidmanager.cc \ audiofile.cc \ audioinputengine.cc \ @@ -61,20 +65,21 @@ EXTRA_DIST = \ drumkitloader.cc \ drumkitparser.cc \ events.cc \ + inputprocessor.cc \ instrument.cc \ instrumentparser.cc \ - inputprocessor.cc \ latencyfilter.cc \ + localetest.cc \ memchecker.cc \ midimapparser.cc \ midimapper.cc \ mutex.cc \ path.cc \ powerlist.cc \ + random.cc \ sample.cc \ saxparser.cc \ semaphore.cc \ staminafilter.cc \ thread.cc \ - velocity.cc \ versionstr.cc |