summaryrefslogtreecommitdiffstats
path: root/ext/Makefile.am
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-04-12 23:47:23 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-04-12 23:47:23 +0000
commit75ad5867a9cbc5267a3896203b28397719c6d888 (patch)
treeda0def177ae51361c97bffaac404e41cb860dad0 /ext/Makefile.am
parent8bc076ee6e45285d1c4908e2355dc1d51fc55b2b (diff)
Remove LADSPA plugin. Fixes: #515978
Original commit message from CVS: * configure.ac: * ext/Makefile.am: Remove LADSPA plugin. Fixes: #515978
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r--ext/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am
index 77b1cc53..03669437 100644
--- a/ext/Makefile.am
+++ b/ext/Makefile.am
@@ -58,12 +58,6 @@ else
JPEG_DIR =
endif
-#if USE_LADSPA
-#LADSPA_DIR = ladspa
-#else
-LADSPA_DIR =
-#endif
-
if USE_LIBCACA
LIBCACA_DIR = libcaca
else