mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-11 14:21:20 +00:00
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:
parent
6c96798fd2
commit
a9cf316eb8
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
2005-12-12 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* libs/gst/net/gstnettimeprovider.c
|
* libs/gst/net/gstnettimeprovider.c
|
||||||
|
|
|
@ -15,9 +15,7 @@ SUBDIRS_CHECK =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BUILD_EXAMPLES
|
if BUILD_EXAMPLES
|
||||||
## FIXME: write examples from scratch
|
SUBDIRS_EXAMPLES = examples
|
||||||
# SUBDIRS_EXAMPLES = examples
|
|
||||||
SUBDIRS_EXAMPLES =
|
|
||||||
else
|
else
|
||||||
SUBDIRS_EXAMPLES =
|
SUBDIRS_EXAMPLES =
|
||||||
endif
|
endif
|
||||||
|
@ -33,4 +31,6 @@ SUBDIRS = \
|
||||||
DIST_SUBDIRS = \
|
DIST_SUBDIRS = \
|
||||||
benchmarks \
|
benchmarks \
|
||||||
check \
|
check \
|
||||||
|
examples \
|
||||||
misc
|
misc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue