mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
d574ab8126
Original commit message from CVS: merge from EVENTS1 on 20011016
13 lines
288 B
Makefile
13 lines
288 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
|
|
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS += $(GST_LIBS)
|
|
CFLAGS += $(GST_CFLAGS)
|