add ximagesrc icles test

Original commit message from CVS:

* configure.ac:
* tests/Makefile.am:
add ximagesrc icles test
This commit is contained in:
Thomas Vander Stichele 2006-04-28 19:15:08 +00:00
parent 2caa461591
commit 120ffbe5ce
3 changed files with 15 additions and 2 deletions

View file

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

View file

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

View file

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