diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-23 21:55:16 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-01-23 21:55:16 +0100 |
commit | 1006ca02c427c697acb08d7734b6d32157e7924b (patch) | |
tree | 76911bdf841533b4bc25f9805214c007e0ce3ea4 | |
parent | 8d9fb285ce08fc343b1fd7e08420ab514cd2db10 (diff) |
Added new audiocahce files to vst Makefile.
-rw-r--r-- | vst/Makefile.mingw32.in | 6 |
1 files changed, 4 insertions, 2 deletions
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 \ |