diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:45:14 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2001-12-23 12:45:14 +0000 |
commit | f971ed7de24a6798412e400b45664ae8b6a01f43 (patch) | |
tree | 6930b30478fdfa777d83eb3762a90ed04175def6 /ext | |
parent | a64e15d7f4e5a3275acc60b178d84767514648d6 (diff) |
uhm, yeah
Original commit message from CVS:
uhm, yeah
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ext/Makefile.am b/ext/Makefile.am index fef6dfd4..92ff0db5 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -64,8 +64,10 @@ else VORBIS_DIR= endif -SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) $(ESD_DIR) \ - $(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR)\ +SUBDIRS=$(A52_DIR) $(AALIB_DIR) $(ALSA_DIR) $(AUDIOFILE_DIR) \ + $(DVDREAD_DIR) $(ESD_DIR) \ + $(LAME_DIR) $(MAD_DIR) $(MPEG2DEC_DIR) \ $(SDL_DIR) $(VORBIS_DIR) -DIST_SUBDIRS=a52 aalib alsa audiofile esd lame mad mpeg2dec sdl vorbis +DIST_SUBDIRS=a52 aalib alsa audiofile dvdread esd \ + lame mad mpeg2dec sdl vorbis |