From 77c1be94adb33d8038be993805d560feb5735e9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 23 Sep 2006 13:32:07 +0000 Subject: [PATCH] gst-libs/gst/Makefile.am: Need to build tag directory before cdda. Original commit message from CVS: * gst-libs/gst/Makefile.am: Need to build tag directory before cdda. --- ChangeLog | 5 +++++ gst-libs/gst/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 37dc76b4a2..dd783ce88c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-09-23 Tim-Philipp Müller + + * gst-libs/gst/Makefile.am: + Need to build tag directory before cdda. + 2006-09-23 Tim-Philipp Müller * docs/libs/gst-plugins-base-libs-sections.txt: diff --git a/gst-libs/gst/Makefile.am b/gst-libs/gst/Makefile.am index 1bfcc75899..8ac6dc7292 100644 --- a/gst-libs/gst/Makefile.am +++ b/gst-libs/gst/Makefile.am @@ -1,15 +1,16 @@ # 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. +# Also, the tag directory has to be built before the cdda directory. SUBDIRS = \ interfaces \ + tag \ audio \ cdda \ floatcast \ netbuffer \ riff \ rtp \ - tag \ video noinst_HEADERS = gettext.h gst-i18n-plugin.h