From 64d4f8d1b55d7f3f4099bd185ca326b5331798cc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 5 Dec 2014 23:45:37 +0100 Subject: Clean up cli client module names. Fix autotools paths. --- vst/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'vst') 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 -- cgit v1.2.3