diff --git a/ChangeLog b/ChangeLog index 7e157cc713..301edc54bd 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 5b5e9257be..1bfcc75899 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 \