From: Steve Baker Date: Thu, 21 Feb 2002 20:47:14 +0000 (+0000) Subject: generate the makefile for dparams testing X-Git-Tag: RELEASE-0_3_3-GUADECBYFOOT~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a99d7cafbf339bc12b167250e04e36fc40f4058;p=platform%2Fupstream%2Fgstreamer.git generate the makefile for dparams testing Original commit message from CVS: generate the makefile for dparams testing --- diff --git a/configure.ac b/configure.ac index c1c91fa..e5044ec 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/tests/old/testsuite/Makefile.am b/tests/old/testsuite/Makefile.am index a8c1676..1bc3014 100644 --- a/tests/old/testsuite/Makefile.am +++ b/tests/old/testsuite/Makefile.am @@ -1,5 +1,5 @@ # FIXME : refcounting threads bytestream cleanup -SUBDIRS = caps plugin elements +SUBDIRS = caps plugin elements dynparams testprogs = test_gst_init diff --git a/tests/old/testsuite/dynparams/Makefile.am b/tests/old/testsuite/dynparams/Makefile.am index bc7386f..69cbfe7 100644 --- a/tests/old/testsuite/dynparams/Makefile.am +++ b/tests/old/testsuite/dynparams/Makefile.am @@ -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) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index a8c1676..1bc3014 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -1,5 +1,5 @@ # FIXME : refcounting threads bytestream cleanup -SUBDIRS = caps plugin elements +SUBDIRS = caps plugin elements dynparams testprogs = test_gst_init diff --git a/testsuite/dynparams/Makefile.am b/testsuite/dynparams/Makefile.am index bc7386f..69cbfe7 100644 --- a/testsuite/dynparams/Makefile.am +++ b/testsuite/dynparams/Makefile.am @@ -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)