summaryrefslogtreecommitdiff
path: root/lv2
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-12-05 23:45:37 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2014-12-05 23:45:37 +0100
commit64d4f8d1b55d7f3f4099bd185ca326b5331798cc (patch)
tree0a4c980f30db06a02e26468b22b90b59043d5ab5 /lv2
parent07ab6e89cdc218636246191251c229ac289502b2 (diff)
Clean up cli client module names. Fix autotools paths.
Diffstat (limited to 'lv2')
-rw-r--r--lv2/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/lv2/Makefile.am b/lv2/Makefile.am
index 9939131..10f079e 100644
--- a/lv2/Makefile.am
+++ b/lv2/Makefile.am
@@ -1,10 +1,12 @@
-if ENABLE_LV2
-
include $(top_srcdir)/plugingui/Makefile.am.plugingui
include $(top_srcdir)/src/Makefile.am.drumgizmo
plugindir = $(prefix)/lib/lv2/drumgizmo.lv2
+
+if ENABLE_LV2
plugin_LTLIBRARIES = drumgizmo.la
+endif
+
plugin_DATA = manifest.ttl drumgizmo.ttl
EXTRA_DIST = \
@@ -32,4 +34,3 @@ drumgizmo_la_SOURCES = \
drumgizmo_la_LDFLAGS = -module -avoid-version
drumgizmo_la_LIBADD = $(LV2_LIBS) $(PLUGIN_GUI_LIBS) $(DRUMGIZMO_LIBS)
-endif