summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-28 19:15:08 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-28 19:15:08 +0000
commit120ffbe5ce6cc94db43607c440fac5ffe0dd0e93 (patch)
treea7f5333c831fb34815cd8d1cb76ab2f28bb8b95e /tests/Makefile.am
parent2caa461591a1dc3ce9064afe586e3aaaf5f9fed8 (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.am10
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