gst-libs/gst/riff/Makefile.am: Pull in our dependencies from -base before those from outside.

Original commit message from CVS:
* gst-libs/gst/riff/Makefile.am:
Pull in our dependencies from -base before those from outside.
This commit is contained in:
Jan Schmidt 2007-07-26 15:35:43 +00:00
parent 2c35823bdf
commit 50a3a239a0
2 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-07-26 Jan Schmidt <thaytan@mad.scientist.com>
* gst-libs/gst/riff/Makefile.am:
Pull in our dependencies from -base before those from outside.
2007-07-26 Wim Taymans <wim.taymans@gmail.com>
* docs/libs/gst-plugins-base-libs-sections.txt:

View file

@ -11,8 +11,10 @@ libgstriff_@GST_MAJORMINOR@include_HEADERS = \
riff-media.h \
riff-read.h
libgstriff_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) \
libgstriff_@GST_MAJORMINOR@_la_LIBADD = \
$(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la
$(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
$(GST_BASE_LIBS) $(GST_LIBS)
libgstriff_@GST_MAJORMINOR@_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstriff_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)