mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
d9a77b64c8
Original commit message from CVS: removed bin from tests
21 lines
464 B
Makefile
21 lines
464 B
Makefile
# GstObject is no longer instantiatable in glib2
|
|
# neither is GstElement
|
|
testprogs = pad
|
|
|
|
# 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 object.c element.c element_pad.c bin.c
|
|
|
|
noinst_HEADERS = mem.h
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|
|
|