diff options
| author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-09-23 21:03:07 +0200 | 
|---|---|---|
| committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-09-23 21:03:07 +0200 | 
| commit | 34e995deca7545e43920e6105b3ce2ab2d6d5dae (patch) | |
| tree | 728db39a95e999a4a5f877d2030d15570d795034 /vst | |
| parent | 5b4b2178dfdc7c91a59c3bc5c60e61e48aae0492 (diff) | |
Added missing source to to makefile.
Diffstat (limited to 'vst')
| -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 76154f9..f8aab4d 100644 --- a/vst/Makefile.mingw32.in +++ b/vst/Makefile.mingw32.in @@ -39,6 +39,7 @@ GUI_SRC = \  	@top_srcdir@/plugingui/nativewindow_x11.cc \  	@top_srcdir@/plugingui/nativewindow_win32.cc \  	@top_srcdir@/plugingui/plugingui.cc \ +	@top_srcdir@/plugingui/pluginconfig.cc \  	@top_srcdir@/plugingui/label.cc \  	@top_srcdir@/plugingui/eventhandler.cc \  	@top_srcdir@/plugingui/font.cc \ | 
