diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-28 19:15:08 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-28 19:15:08 +0000 |
commit | 120ffbe5ce6cc94db43607c440fac5ffe0dd0e93 (patch) | |
tree | a7f5333c831fb34815cd8d1cb76ab2f28bb8b95e /tests/Makefile.am | |
parent | 2caa461591a1dc3ce9064afe586e3aaaf5f9fed8 (diff) |
add ximagesrc icles test
Original commit message from CVS:
* configure.ac:
* tests/Makefile.am:
add ximagesrc icles test
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index acdd17e0..a0a36114 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,7 +4,13 @@ else SUBDIRS_CHECK = endif -SUBDIRS = $(SUBDIRS_CHECK) examples +if USE_X +SUBDIRS_ICLES = icles +else +SUBDIRS_ICLES = +endif + +SUBDIRS = $(SUBDIRS_CHECK) $(SUBDIRS_ICLES) examples -DIST_SUBDIRS = check examples +DIST_SUBDIRS = check icles examples |