diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-08 08:05:54 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-10-08 08:05:54 +0200 |
commit | 4dcddacbe63574c27296d5266554d8d6667367f1 (patch) | |
tree | 9827dc44b21b3f0a6227e67c0737fda8680c73b9 | |
parent | d8c1c2b1aef3d4263ced2dc355a2da5a1786efc0 (diff) |
Add Layout to Win32 build file.
-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 \ |