mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
de0ba03c89
Original commit message from CVS: fixing
11 lines
259 B
Makefile
11 lines
259 B
Makefile
## filterdir = $(libdir)/gst
|
|
|
|
testprogs = test1
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
test1_SOURCES = test1.c gstbstest.c mem.c
|
|
test1_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/bytestream/ -lgstbytestream
|
|
test1_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = mem.h
|