summaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2017-01-18 18:29:40 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2017-01-18 18:29:40 +0100
commitf2665fb18a10598dd2756b3c6fa4b3e5dcec1ccd (patch)
tree823d6a7e2933979832df73ecfc64b8d5c0293156 /plugin
parent02ada7bcd1db666b1b26dceed96d51c215b87e6e (diff)
Add --with-lv2dir to configure and make sure we install the plugin at that location and run the unittest against it.
Diffstat (limited to 'plugin')
-rw-r--r--plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/Makefile.am b/plugin/Makefile.am
index dda7090..38c5c4f 100644
--- a/plugin/Makefile.am
+++ b/plugin/Makefile.am
@@ -8,7 +8,7 @@ include $(top_srcdir)/src/Makefile.am.drumgizmo
# LV2
###
if ENABLE_LV2
-lv2plugindir = $(libdir)/lv2/drumgizmo.lv2
+lv2plugindir = @LV2DIR@/drumgizmo.lv2
lv2plugin_LTLIBRARIES = drumgizmo.la
lv2plugin_DATA = manifest.ttl drumgizmo.ttl
endif