diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-14 17:28:08 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-10-14 17:28:08 +0200 |
commit | 64d860019b70c26520b17ecd98cf019b2d12ce9a (patch) | |
tree | 1a4c28920e0e206e0f51a1143b6b21875aa42ee7 /vst | |
parent | eae1fca4710303b57d157495bc08e69c4977ffa6 (diff) | |
parent | c7af1c332447e5fb25f37d4738458a5d7106a6fc (diff) |
Merge with master
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 \ |