From 8a273afec0ed00aec37c1aedbb0cd83e7e68cbb3 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Mon, 9 Jan 2006 10:46:52 +0000 Subject: [PATCH] gst-libs/gst/Makefile.am: Original commit message from CVS: * gst-libs/gst/Makefile.am: --- ChangeLog | 4 ++++ gst-libs/gst/Makefile.am | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 \