mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
fix Rules
Original commit message from CVS: fix Rules
This commit is contained in:
parent
e7b9201555
commit
8be32795c6
4 changed files with 4 additions and 6 deletions
|
@ -21,8 +21,8 @@ TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||||
$(tests_pass) $(tests_fail)
|
$(tests_pass) $(tests_fail)
|
||||||
XFAIL_TESTS = $(tests_fail)
|
XFAIL_TESTS = $(tests_fail)
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_CFLAGS)
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
LIBS = $(GST_LIBS)
|
LIBS = $(GST_OBJ_LIBS)
|
||||||
|
|
||||||
# override to _not_ install the test plugins
|
# override to _not_ install the test plugins
|
||||||
install-pluginLTLIBRARIES:
|
install-pluginLTLIBRARIES:
|
||||||
|
|
|
@ -5,4 +5,3 @@ tests_fail =
|
||||||
tests_ignore =
|
tests_ignore =
|
||||||
|
|
||||||
interface_SOURCES = interface.c
|
interface_SOURCES = interface.c
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,8 @@ TESTS = $(top_builddir)/tools/gst-register-@GST_MAJORMINOR@ \
|
||||||
$(tests_pass) $(tests_fail)
|
$(tests_pass) $(tests_fail)
|
||||||
XFAIL_TESTS = $(tests_fail)
|
XFAIL_TESTS = $(tests_fail)
|
||||||
|
|
||||||
AM_CFLAGS = $(GST_CFLAGS)
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
||||||
LIBS = $(GST_LIBS)
|
LIBS = $(GST_OBJ_LIBS)
|
||||||
|
|
||||||
# override to _not_ install the test plugins
|
# override to _not_ install the test plugins
|
||||||
install-pluginLTLIBRARIES:
|
install-pluginLTLIBRARIES:
|
||||||
|
|
|
@ -5,4 +5,3 @@ tests_fail =
|
||||||
tests_ignore =
|
tests_ignore =
|
||||||
|
|
||||||
interface_SOURCES = interface.c
|
interface_SOURCES = interface.c
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue