summaryrefslogtreecommitdiff
path: root/vst/Makefile.mingw32.in
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-12-24 17:49:09 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2015-12-24 17:49:09 +0100
commit1070276519f7a60547da3f567a8f4d9caaa0b0c3 (patch)
treea0dcbecb0ade9203d9a2d04d284a9401bd24662f /vst/Makefile.mingw32.in
parent9a2da5246960c024907cbf3c4cd9fde61a329207 (diff)
Split internal CacheManager AFile class out into it's own file/class CacheAudioFile and improve interface.
Diffstat (limited to 'vst/Makefile.mingw32.in')
-rw-r--r--vst/Makefile.mingw32.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in
index 54c42e0..804c97c 100644
--- a/vst/Makefile.mingw32.in
+++ b/vst/Makefile.mingw32.in
@@ -53,6 +53,8 @@ GUI_SRC = \
@top_srcdir@/plugingui/pixelbuffer.cc \
@top_srcdir@/plugingui/lineedit.cc \
@top_srcdir@/plugingui/led.cc \
+ @top_srcdir@/plugingui/cacheaudiofile.cc \
+ @top_srcdir@/plugingui/cachemanager.cc \
@top_srcdir@/plugingui/checkbox.cc \
@top_srcdir@/plugingui/slider.cc \
@top_srcdir@/plugingui/scrollbar.cc \