From 90f589ff15336f6718ca021bc5650066b6918e20 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 7 Jun 2002 19:00:21 +0000 Subject: adding dynparams filter example code Original commit message from CVS: adding dynparams filter example code --- examples/dynparams/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/dynparams/Makefile.am (limited to 'examples/dynparams/Makefile.am') diff --git a/examples/dynparams/Makefile.am b/examples/dynparams/Makefile.am new file mode 100644 index 00000000..de0a1d9e --- /dev/null +++ b/examples/dynparams/Makefile.am @@ -0,0 +1,7 @@ +examples = filter + +noinst_PROGRAMS = $(examples) + +# we have nothing but apps here, we can do this safely +LIBS = $(GST_LIBS) $(GTK_LIBS) -lgstcontrol +CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -- cgit v1.2.1