summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 5313ae80..4576ec7b 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -154,6 +154,12 @@ else
LADSPA_DIR =
endif
+if USE_LV2
+LV2_DIR = lv2
+else
+LV2_DIR =
+endif
+
# if USE_LCS
# LCS_DIR=lcs
# else
@@ -357,6 +363,7 @@ SUBDIRS=\
$(JACK_DIR) \
$(JP2K_DIR) \
$(LADSPA_DIR) \
+ $(LV2_DIR) \
$(LCS_DIR) \
$(LIBFAME_DIR) \
$(LIBMMS_DIR) \