summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-01-02 12:23:26 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-01-02 12:23:26 +0000
commitc81314f924424c0fb603bd4c89402a004058b44e (patch)
treeb10a67f12ed118d2cbb5731a3ef4b8b17feb7a4b /testsuite
parentf1827a569729ae5b44f9b140041074749a6c1438 (diff)
downloadgstreamer-c81314f924424c0fb603bd4c89402a004058b44e.tar.gz
fixes to make distcheck work changed registry out of date to warning to allow tests to continue regardless (any bette...
Original commit message from CVS: fixes to make distcheck work changed registry out of date to warning to allow tests to continue regardless (any better suggestions much appreciated)
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am2
-rw-r--r--testsuite/capsnego/Makefile.am4
-rw-r--r--testsuite/plugin/Makefile.am4
3 files changed, 7 insertions, 3 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 0b959568f0..1cbcbb1c20 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -9,7 +9,7 @@ check_PROGRAMS = $(testprogs)
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
-CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
+CFLAGS = $(GST_CFLAGS)
# FIXME : refcounting threadds
DIST_SUBDIRS = capsnego plugin bytestream cleanup
diff --git a/testsuite/capsnego/Makefile.am b/testsuite/capsnego/Makefile.am
index 032061da59..f12ec083a1 100644
--- a/testsuite/capsnego/Makefile.am
+++ b/testsuite/capsnego/Makefile.am
@@ -1,4 +1,4 @@
-testprogs = converter enum # capsnego converter2
+testprogs = converter # enum capsnego converter2
TESTS = $(testprogs)
@@ -6,4 +6,4 @@ check_PROGRAMS = $(testprogs)
# we have nothing but apps here, we can do this safely
LIBS = $(GST_LIBS)
-CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
+CFLAGS = $(GST_CFLAGS)
diff --git a/testsuite/plugin/Makefile.am b/testsuite/plugin/Makefile.am
index 2f652d817c..9b1d4c9dd1 100644
--- a/testsuite/plugin/Makefile.am
+++ b/testsuite/plugin/Makefile.am
@@ -18,3 +18,7 @@ static_SOURCES = static.c testplugin_s.c testplugin2_s.c
TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
+
+LIBS = $(GST_LIBS)
+CFLAGS = $(GST_CFLAGS)
+