From 3cf8e0466a96be0b36f12a3f9bd34a66ed3bd41c Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 8 Jun 2014 13:57:26 +0200 Subject: Compile engine and gui as static library and finally link with VST code. --- vst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) \ -- cgit v1.2.3