diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 13:49:12 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 13:49:12 +0200 |
commit | 5c214d6829d45ea9ae78c1eb762e0363cfe64327 (patch) | |
tree | 154b5ce36796efdb817d8059a7d66da289891fec | |
parent | e20923e0559c1e6e132664db8213a2e3dc4deb44 (diff) |
Compile engine and gui as static library and finally link with VST code.
-rw-r--r-- | vst/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/Makefile.am b/vst/Makefile.am index 894cb07..beb5e52 100644 --- a/vst/Makefile.am +++ b/vst/Makefile.am @@ -48,6 +48,6 @@ libdrumgizmo_vst_la_SOURCES = \ libdrumgizmo_vst_la_LDFLAGS = -static-libgcc -no-undefined -shared libdrumgizmo_vst_la_LIBADD = -libdrumgizmo_vst_la_CXXFLAGS = -w $(VST_CPPFLAGS) .libs/libdg.a \ +libdrumgizmo_vst_la_CXXFLAGS = -w $(VST_CPPFLAGS) libdg.la \ -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_srcdir)/plugingui |