From 75f32c38c5aa3470604b9f4d4c7be35bb53a53ad Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Mon, 18 Dec 2006 16:47:23 +0000 Subject: Move LADPSA plugin from -good for the release, as it's not quite ready to be enabled by default in the -good module yet. Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/ladspa/*: Move LADPSA plugin from -good for the release, as it's not quite ready to be enabled by default in the -good module yet. --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 252a06f3..5179df8b 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -112,6 +112,12 @@ else JACK_DIR= endif +if USE_LADSPA +LADSPA_DIR = ladspa +else +LADSPA_DIR = +endif + # if USE_LCS # LCS_DIR=lcs # else @@ -258,6 +264,7 @@ SUBDIRS=\ $(HERMES_DIR) \ $(IVORBIS_DIR) \ $(JACK_DIR) \ + $(LADSPA_DIR) \ $(LCS_DIR) \ $(LIBFAME_DIR) \ $(LIBMMS_DIR) \ @@ -291,6 +298,7 @@ DIST_SUBDIRS= \ faad \ gsm \ ivorbis \ + ladspa \ jack \ libmms \ dts \ -- cgit v1.2.1