From 1006ca02c427c697acb08d7734b6d32157e7924b Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 23 Jan 2016 21:55:16 +0100 Subject: Added new audiocahce files to vst Makefile. --- vst/Makefile.mingw32.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'vst') diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in index 5a087b7..0c74f2a 100644 --- a/vst/Makefile.mingw32.in +++ b/vst/Makefile.mingw32.in @@ -7,6 +7,10 @@ VST_SRC = \ VST_CFLAGS=-I$(VST_BASE) DG_SRC = \ + @top_srcdir@/src/audiocachefile.cc \ + @top_srcdir@/src/audiocache.cc \ + @top_srcdir@/src/audiocacheeventhandler.cc \ + @top_srcdir@/src/audiocacheidmanager.cc \ @top_srcdir@/src/audioinputenginemidi.cc \ @top_srcdir@/src/audiofile.cc \ @top_srcdir@/src/channel.cc \ @@ -54,8 +58,6 @@ GUI_SRC = \ @top_srcdir@/plugingui/lineedit.cc \ @top_srcdir@/plugingui/led.cc \ @top_srcdir@/plugingui/layout.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 \ -- cgit v1.2.3