summaryrefslogtreecommitdiffstats
path: root/tests/icles/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-28 19:23:20 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-28 19:23:20 +0000
commit161d53e6dac4d17aa6d7e350ef785a0bc8dea39e (patch)
tree22af3da7991ebfa05b3e58e886b91f9153d23a22 /tests/icles/Makefile.am
parentb0ba6af066b64a7baf0942c4600947f6e6b40247 (diff)
downloadgst-plugins-bad-161d53e6dac4d17aa6d7e350ef785a0bc8dea39e.tar.gz
gst-plugins-bad-161d53e6dac4d17aa6d7e350ef785a0bc8dea39e.tar.bz2
gst-plugins-bad-161d53e6dac4d17aa6d7e350ef785a0bc8dea39e.zip
moved ximagesrc to good
Original commit message from CVS: moved ximagesrc to good
Diffstat (limited to 'tests/icles/Makefile.am')
-rw-r--r--tests/icles/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/icles/Makefile.am b/tests/icles/Makefile.am
index 693a6e41..e69de29b 100644
--- a/tests/icles/Makefile.am
+++ b/tests/icles/Makefile.am
@@ -1,12 +0,0 @@
-if USE_X
-X_TESTS = ximagesrc-test
-
-ximagesrc_test_SOURCES = ximagesrc-test.c
-ximagesrc_test_CFLAGS = $(GST_CFLAGS)
-ximagesrc_test_LDFLAGS = $(GST_LIBS)
-else
-X_TESTS =
-endif
-
-noinst_PROGRAMS = $(X_TESTS)
-