summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2003-12-14 16:59:09 +0000
committerJulien Moutte <julien@moutte.net>2003-12-14 16:59:09 +0000
commit07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344 (patch)
treebc8575d08ef6c65643a4e813487990e3d8e6184b /examples/Makefile.am
parent4ea0315f42b11256c52fb8c2021f6a574154ae72 (diff)
downloadgst-plugins-bad-07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344.tar.gz
gst-plugins-bad-07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344.tar.bz2
gst-plugins-bad-07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344.zip
Adding a test app for libgstplay. It is a command line player.
Original commit message from CVS: Adding a test app for libgstplay. It is a command line player.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 6c582d9e..8c10c89e 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -10,5 +10,5 @@ else
GTK_SUBDIRS=
endif
-SUBDIRS=$(GTK_SUBDIRS)
-DIST_SUBDIRS=capsfilter dynparams seeking indexing
+SUBDIRS=$(GTK_SUBDIRS) gstplay
+DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay