mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
603278e0a4
Original commit message from CVS: yeah it's late
14 lines
338 B
Makefile
14 lines
338 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
testprogs = test1
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
test1_SOURCES = test1.c gstbstest.c mem.c
|
|
test1_LDFLAGS = -L$(top_builddir)/libs/bytestream/ -lgstbytestream
|
|
|
|
noinst_HEADERS = mem.h
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
CFLAGS = $(GLIB_CFLAGS) $(XML_CFLAGS) $(GST_CFLAGS)
|