summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-01-17 20:58:42 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-01-17 20:58:42 +0000
commite68e6b8a6415b48f4773547799147a9f14831d35 (patch)
tree9063dec2afaf01c7493c2094da2990d183eb879e /examples
parent0b77ebb8b0b5c55b0cc1a0088765472d855a5a95 (diff)
autoplug doesn't depend on gnome anymore.
Original commit message from CVS: autoplug doesn't depend on gnome anymore.
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 4e912594a7..2e4f7ae609 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -4,12 +4,12 @@ else
GST_LOADSAVE_DIRS = xml typefind
endif
-SUBDIRS = $(GST_LOADSAVE_DIRS) \
+SUBDIRS = autoplug $(GST_LOADSAVE_DIRS) \
helloworld helloworld2 \
queue queue2 queue3 queue4 \
launch thread plugins mixer cutter
-DIST_SUBDIRS = \
+DIST_SUBDIRS = autoplug \
helloworld helloworld2 \
queue queue2 queue3 queue4 \
launch thread xml plugins typefind mixer cutter