diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-18 18:29:40 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-01-18 18:29:40 +0100 |
commit | f2665fb18a10598dd2756b3c6fa4b3e5dcec1ccd (patch) | |
tree | 823d6a7e2933979832df73ecfc64b8d5c0293156 /plugin | |
parent | 02ada7bcd1db666b1b26dceed96d51c215b87e6e (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.am | 2 |
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 |