diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |