tests/check/Makefile.am: Include local stuff before system installed things in LDFLAG...
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 28 Feb 2007 15:11:59 +0000 (15:11 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 28 Feb 2007 15:11:59 +0000 (15:11 +0000)
Original commit message from CVS:
* tests/check/Makefile.am:
Include local stuff before system installed things in LDFLAGS and
CFLAGS.

ChangeLog
tests/check/Makefile.am

index db86742..e621c03 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * tests/check/Makefile.am:
+       Include local stuff before system installed things in LDFLAGS and
+       CFLAGS.
+
 2007-02-28  Wim Taymans  <wim@fluendo.com>
 
        * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
index 7cf3193..864ce7c 100644 (file)
@@ -196,13 +196,14 @@ elements_volume_CFLAGS = \
        $(AM_CFLAGS)
 
 elements_vorbistag_LDADD = \
-       $(VORBIS_LIBS) \
-       $(LDADD)
+       $(LDADD) \
+       $(VORBIS_LIBS)
 
 elements_vorbistag_CFLAGS = \
        $(GST_PLUGINS_BASE_CFLAGS) \
+       $(AM_CFLAGS) \
        $(VORBIS_CFLAGS) \
-       $(CFLAGS) $(AM_CFLAGS)
+       $(CFLAGS)
 
 gst_typefindfunctions_CFLAGS = $(GST_BASE_CFLAGS) $(AM_CFLAGS)
 gst_typefindfunctions_LDADD = $(GST_BASE_LIBS) $(LDADD)