From 9181b321d00b93a65be04dacc2833336366afcf5 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 22 Dec 2001 23:57:40 +0000 Subject: changes to accomodate the standardization of installed libs some left over changes Original commit message from CVS: changes to accomodate the standardization of installed libs some left over changes --- ext/Makefile.am | 17 +++++++++++++++-- ext/audiofile/gstafsrc.c | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 3d1dd792..2b2aca01 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,3 +1,15 @@ +if USE_A52 +A52_DIR=a52 +else +A52_DIR= +endif + +if USE_AALIB +AALIB_DIR=aalib +else +AALIB_DIR= +endif + if USE_AUDIOFILE AUDIOFILE_DIR=audiofile else @@ -35,7 +47,8 @@ VORBIS_DIR= endif -SUBDIRS=$(AUDIOFILE_DIR) $(ESD_DIR) $(LAME_DIR) $(MAD_DIR) \ +SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \ + $(LAME_DIR) $(MAD_DIR) \ $(SDL_DIR) $(VORBIS_DIR) -DIST_SUBDIRS=audiofile esd lame mad sdl vorbis +DIST_SUBDIRS=a52 aalib audiofile esd lame mad sdl vorbis diff --git a/ext/audiofile/gstafsrc.c b/ext/audiofile/gstafsrc.c index ceb548f6..b6538a6d 100644 --- a/ext/audiofile/gstafsrc.c +++ b/ext/audiofile/gstafsrc.c @@ -22,7 +22,7 @@ #include -#include +#include #include "gstafsrc.h" -- cgit v1.2.1