add ximagesrc icles test
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 19:15:08 +0000 (19:15 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 19:15:08 +0000 (19:15 +0000)
Original commit message from CVS:

* configure.ac:
* tests/Makefile.am:
add ximagesrc icles test

ChangeLog
configure.ac
tests/Makefile.am

index ae5d02e..fbda9cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 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:
        * docs/plugins/Makefile.am:
        * docs/plugins/gst-plugins-good-plugins-docs.sgml:
        * docs/plugins/gst-plugins-good-plugins-sections.txt:
index 75c2e07..ede1f4e 100644 (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
index acdd17e..a0a3611 100644 (file)
@@ -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