From 8a3ed1125f203f45d48e250c3e92c5301988fc65 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 29 Jun 2005 15:36:27 +0000 Subject: ext/Makefile.am (MAD_DIR): Add mad to the build. Original commit message from CVS: 2005-06-29 Andy Wingo * ext/Makefile.am (MAD_DIR): Add mad to the build. --- ext/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 66bf728e..5a9ae56d 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -226,11 +226,11 @@ LIBVISUAL_DIR= LIBMMS_DIR= # endif -# if USE_MAD -# MAD_DIR=mad -# else +if USE_MAD +MAD_DIR=mad +else MAD_DIR= -# endif +endif # if USE_MIKMOD # MIKMOD_DIR=mikmod -- cgit