mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
23070df56d
Original commit message from CVS: Removed the thread test so make distcheck works.
20 lines
410 B
Makefile
20 lines
410 B
Makefile
testprogs = object 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
|
|
bin_SOURCES = bin.c mem.c
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
EXTRA_DIST = thread.c
|
|
|
|
noinst_HEADERS = mem.h
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|
|
|