diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-21 14:11:44 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-21 14:11:44 +0100 |
commit | 8323c667ef48ae131a433a2b3249fdcb652d684e (patch) | |
tree | 16eee5e336b652b0652d0b98c73c0ff7a4dd7e30 | |
parent | 0034f7ddeef9a2564f0ae51a7c815a6652a0f9e0 (diff) |
Missing file added to vst Makefile.
-rw-r--r-- | vst/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vst/Makefile.mingw32.in b/vst/Makefile.mingw32.in index f96e071..089e869 100644 --- a/vst/Makefile.mingw32.in +++ b/vst/Makefile.mingw32.in @@ -38,6 +38,7 @@ DG_SRC = \ DG_CFLAGS = -I.. -I../include -I../src -DSSE -msse -msse2 -DDISABLE_HUGIN GUI_SRC = \ + @top_srcdir@/plugingui/dgwindow.cc \ @top_srcdir@/plugingui/nativewindow_win32.cc \ @top_srcdir@/plugingui/plugingui.cc \ @top_srcdir@/plugingui/pluginconfig.cc \ |