generate the makefile for dparams testing

Original commit message from CVS:
generate the makefile for dparams testing
This commit is contained in:
Steve Baker 2002-02-21 20:47:14 +00:00
parent 27894aec7c
commit 0a99d7cafb
5 changed files with 9 additions and 14 deletions

View file

@ -399,6 +399,7 @@ testsuite/caps/Makefile
testsuite/cleanup/Makefile
testsuite/elements/Makefile
testsuite/plugin/Makefile
testsuite/dynparams/Makefile
examples/Makefile
examples/autoplug/Makefile
examples/helloworld/Makefile

View file

@ -1,5 +1,5 @@
# FIXME : refcounting threads bytestream cleanup
SUBDIRS = caps plugin elements
SUBDIRS = caps plugin elements dynparams
testprogs = test_gst_init

View file

@ -1,13 +1,10 @@
SUBDIRS =
testprogs = dparamstest
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
dparamstest_CFLAGS = $(GST_CFLAGS)
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
dparamstest_SOURCES = dparamstest.c
dparamstest_LDFLAGS = -L$(top_builddir)/libs/control/ -lgstcontrol
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)

View file

@ -1,5 +1,5 @@
# FIXME : refcounting threads bytestream cleanup
SUBDIRS = caps plugin elements
SUBDIRS = caps plugin elements dynparams
testprogs = test_gst_init

View file

@ -1,13 +1,10 @@
SUBDIRS =
testprogs = dparamstest
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
dparamstest_CFLAGS = $(GST_CFLAGS)
dparamstest_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/control/ -lgstcontrol
dparamstest_SOURCES = dparamstest.c
dparamstest_LDFLAGS = -L$(top_builddir)/libs/control/ -lgstcontrol
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)