mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
bc30d3872a
Original commit message from CVS: Added the mem.h file in noinst_HEADERS.
19 lines
425 B
Makefile
19 lines
425 B
Makefile
testprogs = object element pad element_pad bin thread
|
|
|
|
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
|
|
thread_SOURCES = thread.c mem.c
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
noinst_HEADERS = mem.h
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|
|
|