From: Stefan Kost Date: Mon, 12 Dec 2005 15:46:16 +0000 (+0000) Subject: tests/Makefile.am: enable the examples even more X-Git-Tag: RELEASE-0_10_1~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a9cf316eb837a8e7ac9e265bf9a7ba0b5f240e04;p=platform%2Fupstream%2Fgstreamer.git tests/Makefile.am: enable the examples even more Original commit message from CVS: * tests/Makefile.am: enable the examples even more --- diff --git a/ChangeLog b/ChangeLog index c77db07..6059337 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-12 Stefan Kost + + * tests/Makefile.am: + enable the examples even more + 2005-12-12 Andy Wingo * libs/gst/net/gstnettimeprovider.c diff --git a/tests/Makefile.am b/tests/Makefile.am index 65323dc..452906f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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 +