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 54c42e0..a22878f 100644 --- a/vst/Makefile.mingw32.in +++ b/vst/Makefile.mingw32.in @@ -53,6 +53,7 @@ GUI_SRC = \ @top_srcdir@/plugingui/pixelbuffer.cc \ @top_srcdir@/plugingui/lineedit.cc \ @top_srcdir@/plugingui/led.cc \ + @top_srcdir@/plugingui/layout.cc \ @top_srcdir@/plugingui/checkbox.cc \ @top_srcdir@/plugingui/slider.cc \ @top_srcdir@/plugingui/scrollbar.cc \ |