mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-06 07:28:48 +00:00
Removed the thread test so make distcheck works.
Original commit message from CVS: Removed the thread test so make distcheck works.
This commit is contained in:
parent
bc30d3872a
commit
23070df56d
2 changed files with 6 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
||||||
testprogs = object element pad element_pad bin thread
|
testprogs = object element pad element_pad bin
|
||||||
|
|
||||||
object_SOURCES = object.c mem.c
|
object_SOURCES = object.c mem.c
|
||||||
element_SOURCES = element.c mem.c
|
element_SOURCES = element.c mem.c
|
||||||
pad_SOURCES = pad.c mem.c
|
pad_SOURCES = pad.c mem.c
|
||||||
element_pad_SOURCES = element_pad.c mem.c
|
element_pad_SOURCES = element_pad.c mem.c
|
||||||
bin_SOURCES = bin.c mem.c
|
bin_SOURCES = bin.c mem.c
|
||||||
thread_SOURCES = thread.c mem.c
|
|
||||||
|
|
||||||
TESTS = $(testprogs)
|
TESTS = $(testprogs)
|
||||||
|
|
||||||
check_PROGRAMS = $(testprogs)
|
check_PROGRAMS = $(testprogs)
|
||||||
|
|
||||||
|
EXTRA_DIST = thread.c
|
||||||
|
|
||||||
noinst_HEADERS = mem.h
|
noinst_HEADERS = mem.h
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
|
|
|
@ -1,16 +1,17 @@
|
||||||
testprogs = object element pad element_pad bin thread
|
testprogs = object element pad element_pad bin
|
||||||
|
|
||||||
object_SOURCES = object.c mem.c
|
object_SOURCES = object.c mem.c
|
||||||
element_SOURCES = element.c mem.c
|
element_SOURCES = element.c mem.c
|
||||||
pad_SOURCES = pad.c mem.c
|
pad_SOURCES = pad.c mem.c
|
||||||
element_pad_SOURCES = element_pad.c mem.c
|
element_pad_SOURCES = element_pad.c mem.c
|
||||||
bin_SOURCES = bin.c mem.c
|
bin_SOURCES = bin.c mem.c
|
||||||
thread_SOURCES = thread.c mem.c
|
|
||||||
|
|
||||||
TESTS = $(testprogs)
|
TESTS = $(testprogs)
|
||||||
|
|
||||||
check_PROGRAMS = $(testprogs)
|
check_PROGRAMS = $(testprogs)
|
||||||
|
|
||||||
|
EXTRA_DIST = thread.c
|
||||||
|
|
||||||
noinst_HEADERS = mem.h
|
noinst_HEADERS = mem.h
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
|
|
Loading…
Reference in a new issue