mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
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:
parent
cc8ab439cd
commit
d141a6318d
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue