tests/examples/Makefile.am: added that too
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 12 Dec 2005 14:08:09 +0000 (14:08 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Mon, 12 Dec 2005 14:08:09 +0000 (14:08 +0000)
Original commit message from CVS:
* tests/examples/Makefile.am:
added that too

ChangeLog
tests/examples/Makefile.am [new file with mode: 0644]

index 5e1ccbb..1ffdf70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-12-12  Stefan Kost  <ensonic@users.sf.net>
 
+       * tests/examples/Makefile.am:
+         added that too
+
+2005-12-12  Stefan Kost  <ensonic@users.sf.net>
+
        * configure.ac:
        * docs/random/ensonic/media-device-daemon.txt:
        * tests/examples/controller/.cvsignore:
diff --git a/tests/examples/Makefile.am b/tests/examples/Makefile.am
new file mode 100644 (file)
index 0000000..e629139
--- /dev/null
@@ -0,0 +1,33 @@
+if GST_DISABLE_LOADSAVE
+GST_LOADSAVE_DIRS = 
+else
+GST_LOADSAVE_DIRS = xml typefind
+endif
+
+dirs = \
+       controller                      \
+       helloworld                      \
+       launch                          \
+       metadata                        \
+       queue
+
+#appreader
+#cutter
+#events
+#helloworld2
+#launch
+#manual
+#mixer
+#pingpong
+#plugins
+#pwg
+#queue2
+#queue3
+#queue4
+#retag
+#thread
+
+SUBDIRS = $(dirs)                      \
+       $(GST_LOADSAVE_DIRS)
+
+DIST_SUBDIRS = $(dirs) xml typefind