mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Fix automake badness
Original commit message from CVS: Fix automake badness
This commit is contained in:
parent
321f046aaf
commit
bdec475970
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@ GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
|||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml
|
||||
|
||||
# FIXME : tests need fixing
|
||||
testprogs = # static # dynamic linked loading registry static2
|
||||
testprogs = # static dynamic linked loading registry static2
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
LIBS = $(GST_LIBS)
|
||||
|
@ -18,7 +18,7 @@ libtestplugin2_la_LIBS = $(GST_LIBS)
|
|||
|
||||
# linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
||||
|
||||
static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
||||
# static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
||||
|
||||
TESTS = $(testprogs)
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
|||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml
|
||||
|
||||
# FIXME : tests need fixing
|
||||
testprogs = # static # dynamic linked loading registry static2
|
||||
testprogs = # static dynamic linked loading registry static2
|
||||
|
||||
AM_CFLAGS = $(GST_CFLAGS)
|
||||
LIBS = $(GST_LIBS)
|
||||
|
@ -18,7 +18,7 @@ libtestplugin2_la_LIBS = $(GST_LIBS)
|
|||
|
||||
# linked_LDFLAGS = -L. -ltestplugin -ltestplugin2
|
||||
|
||||
static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
||||
# static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
||||
|
||||
TESTS = $(testprogs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue