diff options
author | Andy Wingo <wingo@pobox.com> | 2001-11-27 21:09:40 +0000 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2001-11-27 21:09:40 +0000 |
commit | d141a6318da85c369c4b042c475fb622b9917871 (patch) | |
tree | feedfd5a3025c8756aa67cbfbbe36766377d6ff6 /testsuite | |
parent | cc8ab439cd8832275f83dc126a02268a8c31e5a7 (diff) |
for the love of god, let this be the last distcheck fix in this dir
Original commit message from CVS:
for the love of god, let this be the last distcheck fix in this dir
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/refcounting/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/refcounting/Makefile.am b/testsuite/refcounting/Makefile.am index 46d045cc2..a4a01988f 100644 --- a/testsuite/refcounting/Makefile.am +++ b/testsuite/refcounting/Makefile.am @@ -1,17 +1,17 @@ # GstObject is no longer instantiatable in glib2 # neither is GstElement -testprogs = pad bin +testprogs = bin # element_SOURCES = element.c mem.c pad_SOURCES = pad.c mem.c # element_pad_SOURCES = element_pad.c mem.c -bin_SOURCES = bin.c mem.c +$ bin_SOURCES = bin.c mem.c TESTS = $(testprogs) check_PROGRAMS = $(testprogs) -EXTRA_DIST = thread.c object.c element.c element_pad.c +EXTRA_DIST = thread.c object.c element.c element_pad.c bin.c noinst_HEADERS = mem.h |