From 120ffbe5ce6cc94db43607c440fac5ffe0dd0e93 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Apr 2006 19:15:08 +0000 Subject: add ximagesrc icles test Original commit message from CVS: * configure.ac: * tests/Makefile.am: add ximagesrc icles test --- tests/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tests/Makefile.am') 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 -- cgit