summaryrefslogtreecommitdiffstats
path: root/examples/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/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/Makefile.am')
-rw-r--r--examples/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index b5ac1307..97c58aab 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,3 @@
-# um, we're lacking an api? gst_element_connect_filtered()
+SUBDIRS=dynparams seeking
-SUBDIRS=seeking
-
-DIST_SUBDIRS=capsfilter seeking
+DIST_SUBDIRS=capsfilter dynparams seeking