generate the makefile for dparams testing
authorSteve Baker <steve@stevebaker.org>
Thu, 21 Feb 2002 20:47:14 +0000 (20:47 +0000)
committerSteve Baker <steve@stevebaker.org>
Thu, 21 Feb 2002 20:47:14 +0000 (20:47 +0000)
Original commit message from CVS:
generate the makefile for dparams testing

configure.ac
tests/old/testsuite/Makefile.am
tests/old/testsuite/dynparams/Makefile.am
testsuite/Makefile.am
testsuite/dynparams/Makefile.am

index c1c91fa..e5044ec 100644 (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
index a8c1676..1bc3014 100644 (file)
@@ -1,5 +1,5 @@
 # FIXME : refcounting threads bytestream cleanup
-SUBDIRS = caps plugin elements
+SUBDIRS = caps plugin elements dynparams
 
 testprogs = test_gst_init
 
index bc7386f..69cbfe7 100644 (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)
index a8c1676..1bc3014 100644 (file)
@@ -1,5 +1,5 @@
 # FIXME : refcounting threads bytestream cleanup
-SUBDIRS = caps plugin elements
+SUBDIRS = caps plugin elements dynparams
 
 testprogs = test_gst_init
 
index bc7386f..69cbfe7 100644 (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)