Fix automake badness

Original commit message from CVS:
Fix automake badness
This commit is contained in:
Andy Wingo 2002-05-10 14:40:07 +00:00
parent 321f046aaf
commit bdec475970
2 changed files with 4 additions and 4 deletions

View file

@ -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)

View file

@ -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)