From: Thomas Vander Stichele Date: Fri, 23 Jan 2004 13:19:46 +0000 (+0000) Subject: fix distcheck X-Git-Tag: 1.19.3~507^2~23764 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f452f55af4608c4781b287a18e44530730b194bf;p=platform%2Fupstream%2Fgstreamer.git fix distcheck Original commit message from CVS: fix distcheck --- diff --git a/ChangeLog b/ChangeLog index a6512d7..1039ab8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2004-01-23 Thomas Vander Stichele + + * ext/Makefile.am: + Fix nas DIST_SUBDIRS + Uraeus: + Fix bug where make distcheck doesn't get run on adding stuff to + the build. + 2004-01-23 Ronald Bultje * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup): diff --git a/common b/common index c81ad07..0bcde34 160000 --- a/common +++ b/common @@ -1 +1 @@ -Subproject commit c81ad072c76522175cbddead96d6f3c448068d67 +Subproject commit 0bcde342015b96d9a6ba3b9d9102e2a543399d96 diff --git a/ext/Makefile.am b/ext/Makefile.am index b5eb149..0e091de 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -383,8 +383,6 @@ DIST_SUBDIRS=\ dvdread \ dvdnav \ esd \ - nas \ - mas \ faac \ faad \ ffmpeg \ @@ -404,6 +402,7 @@ DIST_SUBDIRS=\ libpng \ librfb \ mad \ + mas \ mikmod \ mpeg2dec \ mpeg2enc \