From: Thomas Vander Stichele Date: Sun, 23 Dec 2001 12:45:14 +0000 (+0000) Subject: uhm, yeah X-Git-Tag: 1.19.3~509^2~16880 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f971ed7de24a6798412e400b45664ae8b6a01f43;p=platform%2Fupstream%2Fgstreamer.git uhm, yeah Original commit message from CVS: uhm, yeah --- diff --git a/ext/Makefile.am b/ext/Makefile.am index fef6dfd..92ff0db 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