summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2001-11-24 20:04:47 +0000
committerAndy Wingo <wingo@pobox.com>2001-11-24 20:04:47 +0000
commitdfcbeb714eaf45baee3c9a2d65b0316ee60ccd9d (patch)
tree711dafa4396f3097a9fb222b13afd1634ab10a1d /testsuite
parent04da163496c09f92c4596ebaf0854c489cb8018b (diff)
downloadgstreamer-dfcbeb714eaf45baee3c9a2d65b0316ee60ccd9d.tar.gz
GstObject is no longer instantiatable in glib2
Original commit message from CVS: GstObject is no longer instantiatable in glib2
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/refcounting/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/refcounting/Makefile.am b/testsuite/refcounting/Makefile.am
index d8396f0875..d8191f8b56 100644
--- a/testsuite/refcounting/Makefile.am
+++ b/testsuite/refcounting/Makefile.am
@@ -1,6 +1,6 @@
-testprogs = object element pad element_pad bin
+# GstObject is no longer instantiatable in glib2
+testprogs = element pad element_pad bin
-object_SOURCES = object.c mem.c
element_SOURCES = element.c mem.c
pad_SOURCES = pad.c mem.c
element_pad_SOURCES = element_pad.c mem.c
@@ -10,7 +10,7 @@ TESTS = $(testprogs)
check_PROGRAMS = $(testprogs)
-EXTRA_DIST = thread.c
+EXTRA_DIST = thread.c object.c
noinst_HEADERS = mem.h