[gst-cvs] gst-plugins-base: audio: Fix build of introspection data by using dependency order for the headers/ sources
Sebastian Dröge
slomo at kemper.freedesktop.org
Sat Sep 5 04:08:46 PDT 2009
Module: gst-plugins-base
Branch: master
Commit: 93e19acfecb373e32bc5b87221291d2d6fdad74a
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=93e19acfecb373e32bc5b87221291d2d6fdad74a
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date: Sat Sep 5 13:08:19 2009 +0200
audio: Fix build of introspection data by using dependency order for the headers/sources
---
gst-libs/gst/audio/Makefile.am | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/gst-libs/gst/audio/Makefile.am b/gst-libs/gst/audio/Makefile.am
index 50c962c..6b67770 100644
--- a/gst-libs/gst/audio/Makefile.am
+++ b/gst-libs/gst/audio/Makefile.am
@@ -17,27 +17,27 @@ CLEANFILES = $(BUILT_SOURCES)
libgstaudio_ at GST_MAJORMINOR@_la_SOURCES = \
audio.c \
+ gstringbuffer.c \
gstaudioclock.c \
mixerutils.c \
multichannel.c \
- gstaudiofilter.c \
- gstaudiosink.c \
- gstaudiosrc.c \
gstbaseaudiosink.c \
gstbaseaudiosrc.c \
- gstringbuffer.c
+ gstaudiofilter.c \
+ gstaudiosink.c \
+ gstaudiosrc.c
nodist_libgstaudio_ at GST_MAJORMINOR@_la_SOURCES = $(built_sources) $(built_headers)
libgstaudio_ at GST_MAJORMINOR@includedir = $(includedir)/gstreamer- at GST_MAJORMINOR@/gst/audio
libgstaudio_ at GST_MAJORMINOR@include_HEADERS = \
audio.h \
+ gstringbuffer.h \
gstaudioclock.h \
gstaudiofilter.h \
- gstaudiosink.h \
- gstaudiosrc.h \
gstbaseaudiosink.h \
gstbaseaudiosrc.h \
- gstringbuffer.h \
+ gstaudiosink.h \
+ gstaudiosrc.h \
mixerutils.h \
multichannel.h
@@ -67,6 +67,7 @@ gir_cincludes=$(patsubst %,--c-include='gst/audio/%',$(libgstaudio_ at GST_MAJORMIN
gir_cincludes+=$(patsubst %,--c-include='gst/audio/%',$(nodist_libgstaudio_ at GST_MAJORMINOR@include_HEADERS))
GstAudio- at GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstaudio- at GST_MAJORMINOR@.la
+ echo $(gir_headers) $(gir_sources)
$(INTROSPECTION_SCANNER) -v --namespace GstAudio \
--nsversion=@GST_MAJORMINOR@ \
--strip-prefix=Gst \
More information about the Gstreamer-commits
mailing list