diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-10 21:31:28 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-10 21:31:28 +0200 |
commit | 8892aa67fb923b3e97b26f92ae32770c59e510e5 (patch) | |
tree | 0c88837c3b0dfe09f415d04b7add23c5c2541a03 | |
parent | 8a7d8093b9a56fcc0cdc5ecba46248b24b009211 (diff) |
Yet another attempt at a staically linked VST DLL.
-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 7146599..e2a920c 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 -no-undefined -shared +libdrumgizmo_vst_la_LDFLAGS = -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 |