use versioned gst-register

Original commit message from CVS:
use versioned gst-register
This commit is contained in:
Thomas Vander Stichele 2004-03-15 16:44:36 +00:00
parent 98ff5bbb2f
commit 3fb8c9c0f7
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
* testsuite/Rules:
use versioned gst-register
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
* docs/libs/gstreamer-libs-sections.txt:

View file

@ -9,7 +9,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
check_PROGRAMS = $(tests_pass) $(tests_fail)
TESTS = $(top_builddir)/tools/gst-register $(tests_pass) $(tests_fail)
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ $(tests_pass) $(tests_fail)
XFAIL_TESTS = $(tests_fail)
AM_CFLAGS = $(GST_CFLAGS)

View file

@ -9,7 +9,7 @@ plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
check_PROGRAMS = $(tests_pass) $(tests_fail)
TESTS = $(top_builddir)/tools/gst-register $(tests_pass) $(tests_fail)
TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ $(tests_pass) $(tests_fail)
XFAIL_TESTS = $(tests_fail)
AM_CFLAGS = $(GST_CFLAGS)