summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 13:57:26 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 13:57:26 +0200
commit3cf8e0466a96be0b36f12a3f9bd34a66ed3bd41c (patch)
treeaa2597dd99683cc7769020768caba7e9b71aa3c0
parent5c214d6829d45ea9ae78c1eb762e0363cfe64327 (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 beb5e52..16defd4 100644
--- a/vst/Makefile.am
+++ b/vst/Makefile.am
@@ -32,7 +32,7 @@ libdg_la_SOURCES = \
$(DRUMGIZMO_SOURCES) \
$(PLUGIN_GUI_SOURCES)
-libdg_la_LDFLAGS = -static
+libdg_la_LDFLAGS = -static -static-libgcc
libdg_la_LIBADD = $(PLUGIN_GUI_LIBS) $(DRUMGIZMO_LIBS)
libdg_la_CXXFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/plugingui \
-I$(top_srcdir)/include $(SNDFILE_CXXFLAGS) \