summaryrefslogtreecommitdiff
path: root/vst
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-12-05 23:45:37 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-12-05 23:45:37 +0100
commit64d4f8d1b55d7f3f4099bd185ca326b5331798cc (patch)
tree0a4c980f30db06a02e26468b22b90b59043d5ab5 /vst
parent07ab6e89cdc218636246191251c229ac289502b2 (diff)
Clean up cli client module names. Fix autotools paths.
Diffstat (limited to 'vst')
-rw-r--r--vst/Makefile.am5
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