mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +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>
|
||||
|
||||
* libs/gst/net/gstnettimeprovider.c
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue