summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 13:49:12 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 13:49:12 +0200
commit5c214d6829d45ea9ae78c1eb762e0363cfe64327 (patch)
tree154b5ce36796efdb817d8059a7d66da289891fec
parente20923e0559c1e6e132664db8213a2e3dc4deb44 (diff)
Compile engine and gui as static library and finally link with VST code.
-rw-r--r--vst/Makefile.am2
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