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
This commit is contained in:
Andy Wingo 2001-11-27 21:09:40 +00:00
parent cc8ab439cd
commit d141a6318d
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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