From: Edward Hervey Date: Mon, 9 Jan 2006 10:46:52 +0000 (+0000) Subject: gst-libs/gst/Makefile.am: X-Git-Tag: 1.19.3~511^2~12326 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a273afec0ed00aec37c1aedbb0cd83e7e68cbb3;p=platform%2Fupstream%2Fgstreamer.git gst-libs/gst/Makefile.am: Original commit message from CVS: * gst-libs/gst/Makefile.am: --- diff --git a/ChangeLog b/ChangeLog index 7e157cc..301edc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-01-09 Edward Hervey + + * gst-libs/gst/Makefile.am: + 2006-01-09 Tim-Philipp Müller * gst-libs/gst/audio/Makefile.am: diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 5b5e925..1bfcc75 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -1,8 +1,11 @@ +# The interfaces directory has to be built before the others, +# otherwise some generated header files will be missing for the +# plugins in the other directories. SUBDIRS = \ + interfaces \ audio \ cdda \ floatcast \ - interfaces \ netbuffer \ riff \ rtp \