summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cb44909..f0d174b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,8 @@
EXTRA_DIST = \
+ audiocachefile.h \
+ audiocache.h \
+ audiocacheeventhandler.h \
+ audiocacheidmanager.h \
audio.h \
audiofile.h \
audioinputengine.h \
@@ -8,8 +12,8 @@ EXTRA_DIST = \
channel.h \
channelmixer.h \
chresampler.h \
+ configfile.h \
configuration.h \
- cachemanager.h \
configparser.h \
drumgizmo.h \
drumkit.h \
@@ -35,15 +39,19 @@ EXTRA_DIST = \
velocity.h \
versionstr.h \
\
+ audiocachefile.cc \
+ audiocache.cc \
+ audiocacheeventhandler.cc \
+ audiocacheidmanager.cc \
audiofile.cc \
audioinputengine.cc \
audioinputenginemidi.cc \
audiooutputengine.cc \
beatmapper.cc \
- cachemanager.cc \
channel.cc \
channelmixer.cc \
chresampler.cc \
+ configfile.cc \
configuration.cc \
configparser.cc \
drumgizmo.cc \