tests/Makefile.am: enable the examples even more

Original commit message from CVS:
* tests/Makefile.am:
enable the examples even more
This commit is contained in:
Stefan Kost 2005-12-12 15:46:16 +00:00
parent 6c96798fd2
commit a9cf316eb8
2 changed files with 8 additions and 3 deletions

View file

@ -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

View 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