From 3115f532f420fe3e60432a8145118055233b3caa Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 4 Jun 2002 15:54:58 +0000 Subject: doing the proper ladspa thing Original commit message from CVS: doing the proper ladspa thing --- ext/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 4c8f3ea8..72afc287 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -118,7 +118,11 @@ else JPEG_DIR= endif +if USE_LADSPA LADSPA_DIR=ladspa +else +LADPSA_DIR= +endif if USE_LAME LAME_DIR=lame -- cgit v1.2.1