diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-24 17:49:09 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-20 13:32:03 +0100 |
commit | 84e2cacec69c73712100de31585da3fe96c94704 (patch) | |
tree | 2e947348e26dabb487d05d6e1437635a18e5036c /src/Makefile.am.drumgizmo | |
parent | c3841a8cec9d239bca27a113c013a032dfc658bd (diff) |
Split internal CacheManager AFile class out into it's own file/class CacheAudioFile and improve interface.
Diffstat (limited to 'src/Makefile.am.drumgizmo')
-rw-r--r-- | src/Makefile.am.drumgizmo | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am.drumgizmo b/src/Makefile.am.drumgizmo index ee09445..be46a3a 100644 --- a/src/Makefile.am.drumgizmo +++ b/src/Makefile.am.drumgizmo @@ -4,6 +4,8 @@ DRUMGIZMO_SOURCES = \ $(top_srcdir)/src/channel.cc \ $(top_srcdir)/src/channelmixer.cc \ $(top_srcdir)/src/chresampler.cc \ + $(top_srcdir)/src/cacheaudiofile.cc \ + $(top_srcdir)/src/cachemanager.cc \ $(top_srcdir)/src/configfile.cc \ $(top_srcdir)/src/cachemanager.cc \ $(top_srcdir)/src/configuration.cc \ |