diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-09 23:23:37 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-02-09 23:23:37 +0100 |
commit | 3d54f7408e2a42c6ec1868fad051a4bf3728878b (patch) | |
tree | f75b421dddb2dd664df6b340b2b996128030e25a /lv2/Makefile.am | |
parent | e667c861ce6c22a055c9afdf01d80247df18ae9b (diff) | |
parent | 70d8c855a51a76c857a20d59247e89251a7e2dd5 (diff) |
Merge branch 'master' into lv2opt
Diffstat (limited to 'lv2/Makefile.am')
-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 |