| author | Edward Hervey <bilboed@bilboed.com> | 2010-09-07 14:26:56 (GMT) |
|---|---|---|
| committer | Edward Hervey <bilboed@bilboed.com> | 2010-09-07 14:26:56 (GMT) |
| commit | 5f5c52cbc5ccbfba662c24619f4ba6ce7ae815a3 (patch) (side-by-side diff) | |
| tree | 8692dadf8a8fe1e5def19253f47d3284328775bb | |
| parent | 958cf91b8576f61112845c87ebe769ffe67a8b09 (diff) | |
| download | gst-plugins-base-5f5c52cbc5ccbfba662c24619f4ba6ce7ae815a3.zip gst-plugins-base-5f5c52cbc5ccbfba662c24619f4ba6ce7ae815a3.tar.gz | |
check: Fix linking order of libs/tag
| -rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 93542c7..0ed71f2 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -221,8 +221,8 @@ libs_rtp_LDADD = \ $(top_builddir)/gst-libs/gst/rtp/libgstrtp-@GST_MAJORMINOR@.la $(LDADD) libs_tag_CFLAGS = \ - $(GST_BASE_CFLAGS) \ $(GST_PLUGINS_BASE_CFLAGS) \ + $(GST_BASE_CFLAGS) \ $(AM_CFLAGS) libs_tag_LDADD = \ $(GST_BASE_LIBS) \ |
