mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
add ximagesrc icles test
Original commit message from CVS: * configure.ac: * tests/Makefile.am: add ximagesrc icles test
This commit is contained in:
parent
2caa461591
commit
120ffbe5ce
3 changed files with 15 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
* tests/Makefile.am:
|
||||
add ximagesrc icles test
|
||||
|
||||
2006-04-28 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
@ -769,6 +769,7 @@ docs/plugins/Makefile
|
|||
docs/version.entities
|
||||
tests/Makefile
|
||||
tests/check/Makefile
|
||||
tests/icles/Makefile
|
||||
tests/examples/Makefile
|
||||
tests/examples/level/Makefile
|
||||
common/Makefile
|
||||
|
|
|
@ -4,7 +4,13 @@ else
|
|||
SUBDIRS_CHECK =
|
||||
endif
|
||||
|
||||
SUBDIRS = $(SUBDIRS_CHECK) examples
|
||||
if USE_X
|
||||
SUBDIRS_ICLES = icles
|
||||
else
|
||||
SUBDIRS_ICLES =
|
||||
endif
|
||||
|
||||
DIST_SUBDIRS = check examples
|
||||
SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) examples
|
||||
|
||||
DIST_SUBDIRS = check icles examples
|
||||
|
||||
|
|
Loading…
Reference in a new issue