diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index de7252cd..082884ee 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -172,11 +172,11 @@ endif LADSPA_DIR= # endif -# if USE_LAME -# LAME_DIR=lame -# else +if USE_LAME +LAME_DIR=lame +else LAME_DIR= -# endif +endif # if USE_LCS # LCS_DIR=lcs |