mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48: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)
|
||||
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:
|
||||
|
|
|
@ -5,4 +5,3 @@ tests_fail =
|
|||
tests_ignore =
|
||||
|
||||
interface_SOURCES = interface.c
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -5,4 +5,3 @@ tests_fail =
|
|||
tests_ignore =
|
||||
|
||||
interface_SOURCES = interface.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue