From 789be9a726efbdffd802c1b770b76148460e6220 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sun, 23 Dec 2001 04:38:37 +0000 Subject: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/ Original commit message from CVS: much build fixage turns out synaesthesia and smoothwav depend on gtk, maybe they should go to ext/ --- ext/Makefile.am | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index ff91846e..0edd708f 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,8 +1,8 @@ -if USE_A52 -A52_DIR=a52 -else -A52_DIR= -endif +#if USE_A52 +#A52_DIR=a52 +#else +#A52_DIR= +#endif if USE_AALIB AALIB_DIR=aalib @@ -52,9 +52,10 @@ else VORBIS_DIR= endif - -SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \ +#$A52_DIR +SUBDIRS=$(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \ $(LAME_DIR) $(MAD_DIR) \ $(SDL_DIR) $(VORBIS_DIR) -DIST_SUBDIRS=a52 aalib alsa audiofile esd lame mad sdl vorbis +#a52 +DIST_SUBDIRS=aalib alsa audiofile esd lame mad sdl vorbis -- cgit v1.2.1