diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-07 16:40:31 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-07 16:40:31 +0100 |
commit | cdf81dfdd6eba2743eca5b27a287a3ea0efb6f49 (patch) | |
tree | 263c6f2da7300d8c5f29a55b7f2b68d97b72ba9b /lv2 | |
parent | 25fbccf770d4e68950311a434c810af3a98f127f (diff) |
Autotools cleanup and manpage.
Diffstat (limited to 'lv2')
-rw-r--r-- | lv2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/Makefile.am b/lv2/Makefile.am index 10f079e..09ef24c 100644 --- a/lv2/Makefile.am +++ b/lv2/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/plugingui/Makefile.am.plugingui include $(top_srcdir)/src/Makefile.am.drumgizmo -plugindir = $(prefix)/lib/lv2/drumgizmo.lv2 +plugindir = $(libdir)/lv2/drumgizmo.lv2 if ENABLE_LV2 plugin_LTLIBRARIES = drumgizmo.la |