fix Rules

Original commit message from CVS:
fix Rules
This commit is contained in:
Thomas Vander Stichele 2004-05-04 12:47:58 +00:00
parent e7b9201555
commit 8be32795c6
4 changed files with 4 additions and 6 deletions

View file

@ -21,8 +21,8 @@ TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
$(tests_pass) $(tests_fail)
XFAIL_TESTS = $(tests_fail)
AM_CFLAGS = $(GST_CFLAGS)
LIBS = $(GST_LIBS)
AM_CFLAGS = $(GST_OBJ_CFLAGS)
LIBS = $(GST_OBJ_LIBS)
# override to _not_ install the test plugins
install-pluginLTLIBRARIES:

View file

@ -5,4 +5,3 @@ tests_fail =
tests_ignore =
interface_SOURCES = interface.c

View file

@ -21,8 +21,8 @@ TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
$(tests_pass) $(tests_fail)
XFAIL_TESTS = $(tests_fail)
AM_CFLAGS = $(GST_CFLAGS)
LIBS = $(GST_LIBS)
AM_CFLAGS = $(GST_OBJ_CFLAGS)
LIBS = $(GST_OBJ_LIBS)
# override to _not_ install the test plugins
install-pluginLTLIBRARIES:

View file

@ -5,4 +5,3 @@ tests_fail =
tests_ignore =
interface_SOURCES = interface.c