summaryrefslogtreecommitdiff
path: root/vst/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'vst/Makefile.am')
-rw-r--r--vst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/Makefile.am b/vst/Makefile.am
index d46bf86..5a66d7d 100644
--- a/vst/Makefile.am
+++ b/vst/Makefile.am
@@ -39,6 +39,6 @@ libdrumgizmo_la_SOURCES = \
input_vst.cc \
output_vst.cc
-libdrumgizmo_la_LDFLAGS = -shared
+libdrumgizmo_la_LDFLAGS = -shared -no-undefined
libdrumgizmo_la_LIBADD = $(PLUGIN_GUI_LIBS) $(DRUMGIZMO_LIBS)