diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:57:40 +0000 |
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-22 23:57:40 +0000 |
| commit | f7a82644eca7f3df45437b95296d3ee087eba7fd (patch) | |
| tree | c383279dd51ba64776dc43371fc02b58de42bb6e /ext/Makefile.am | |
| parent | ad7ed0fa5b0d46cd091411471e4dbeabf313fc81 (diff) | |
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
Diffstat (limited to 'ext/Makefile.am')
| -rw-r--r-- | ext/Makefile.am | 17 |
1 files changed, 15 insertions, 2 deletions
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 |
