summaryrefslogtreecommitdiffstats
path: root/examples/dynparams/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-07 19:00:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-07 19:00:21 +0000
commit90f589ff15336f6718ca021bc5650066b6918e20 (patch)
treec6ad1406b9c2b16808430194c8aaf70ffb4a9db3 /examples/dynparams/Makefile.am
parente2324fe67bd5fa4edbf1360763f1b0193fba23c9 (diff)
downloadgst-plugins-bad-90f589ff15336f6718ca021bc5650066b6918e20.tar.gz
gst-plugins-bad-90f589ff15336f6718ca021bc5650066b6918e20.tar.bz2
gst-plugins-bad-90f589ff15336f6718ca021bc5650066b6918e20.zip
adding dynparams filter example code
Original commit message from CVS: adding dynparams filter example code
Diffstat (limited to 'examples/dynparams/Makefile.am')
-rw-r--r--examples/dynparams/Makefile.am7
1 files changed, 7 insertions, 0 deletions
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)