diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 13:57:26 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 13:57:26 +0200 |
commit | 3cf8e0466a96be0b36f12a3f9bd34a66ed3bd41c (patch) | |
tree | aa2597dd99683cc7769020768caba7e9b71aa3c0 | |
parent | 5c214d6829d45ea9ae78c1eb762e0363cfe64327 (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 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) \ |