diff options
Diffstat (limited to 'ext/Makefile.am')
-rw-r--r-- | ext/Makefile.am | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index aaffd83b..57be128a 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -226,11 +226,11 @@ endif # LIBMMS_DIR= # endif -if USE_MAD -MAD_DIR=mad -else -MAD_DIR= -endif +# if USE_MAD +# MAD_DIR=mad +# else +# MAD_DIR= +# endif # if USE_MIKMOD # MIKMOD_DIR=mikmod @@ -447,4 +447,5 @@ DIST_SUBDIRS=\ shout2 \ sidplay \ aalib \ - libcaca + libcaca \ + esd |