diff options
| -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 \ | 
