diff options
Diffstat (limited to 'vst')
-rw-r--r-- | vst/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vst/Makefile.am b/vst/Makefile.am index ba24ebf..7bb7214 100644 --- a/vst/Makefile.am +++ b/vst/Makefile.am @@ -20,10 +20,9 @@ EXTRA_DIST = \ output_vst.cc \ output_vst.h -plugindir = $(prefix)/vst -plugin_LTLIBRARIES = - if ENABLE_VST +plugin_LTLIBRARIES = +plugindir = $(prefix)/lib/vst plugin_LTLIBRARIES += libdrumgizmo_vst.la noinst_LTLIBRARIES = libdg.la endif |