From f2665fb18a10598dd2756b3c6fa4b3e5dcec1ccd Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 18 Jan 2017 18:29:40 +0100 Subject: Add --with-lv2dir to configure and make sure we install the plugin at that location and run the unittest against it. --- plugin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') 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 -- cgit v1.2.3