From 8a7d8093b9a56fcc0cdc5ecba46248b24b009211 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 10 Jun 2014 21:24:55 +0200 Subject: Yet another attempt at a staically linked VST DLL. --- vst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vst') diff --git a/vst/Makefile.am b/vst/Makefile.am index 7b8a48b..7146599 100644 --- a/vst/Makefile.am +++ b/vst/Makefile.am @@ -46,7 +46,7 @@ libdrumgizmo_vst_la_SOURCES = \ input_vst.cc \ output_vst.cc -libdrumgizmo_vst_la_LDFLAGS = -all-static -static-libgcc -no-undefined -shared +libdrumgizmo_vst_la_LDFLAGS = -all-static -no-undefined -shared libdrumgizmo_vst_la_LIBADD = libdg.la libdrumgizmo_vst_la_CXXFLAGS = -w $(VST_CPPFLAGS) \ -I$(top_srcdir)/src -I$(top_srcdir)/include -I$(top_srcdir)/plugingui -- cgit v1.2.3