diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-01-17 20:58:42 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-01-17 20:58:42 +0000 |
commit | e68e6b8a6415b48f4773547799147a9f14831d35 (patch) | |
tree | 9063dec2afaf01c7493c2094da2990d183eb879e /examples/Makefile.am | |
parent | 0b77ebb8b0b5c55b0cc1a0088765472d855a5a95 (diff) |
autoplug doesn't depend on gnome anymore.
Original commit message from CVS:
autoplug doesn't depend on gnome anymore.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 4e912594a..2e4f7ae60 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 |