tests/Makefile.am: enable the examples even more
authorStefan Kost <ensonic@users.sourceforge.net>
Mon, 12 Dec 2005 15:46:16 +0000 (15:46 +0000)
committerStefan Kost <ensonic@users.sourceforge.net>
Mon, 12 Dec 2005 15:46:16 +0000 (15:46 +0000)
Original commit message from CVS:
* tests/Makefile.am:
enable the examples even more

ChangeLog
tests/Makefile.am

index c77db07..6059337 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-12  Stefan Kost  <ensonic@users.sf.net>
+
+       * tests/Makefile.am:
+         enable the examples even more
+
 2005-12-12  Andy Wingo  <wingo@pobox.com>
 
        * libs/gst/net/gstnettimeprovider.c
index 65323dc..452906f 100644 (file)
@@ -15,9 +15,7 @@ SUBDIRS_CHECK =
 endif
 
 if BUILD_EXAMPLES
-## FIXME: write examples from scratch
-# SUBDIRS_EXAMPLES = examples
-SUBDIRS_EXAMPLES =
+SUBDIRS_EXAMPLES = examples
 else
 SUBDIRS_EXAMPLES =
 endif
@@ -33,4 +31,6 @@ SUBDIRS = \
 DIST_SUBDIRS = \
        benchmarks \
        check \
+       examples \
        misc
+