mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
8da28910bc
Original commit message from CVS: * s/filter/plugin/ * add $(GST_LIBS) to all plugins * move Makefile.am things around to a mostly standard layout * remove HTTP flags/libs from elements since http element moved
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_CFLAGS = $(GST_CFLAGS)
|
|
test1_LDFLAGS = $(GST_LIBS) -L$(top_builddir)/libs/gst/bytestream/ -lgstbytestream
|
|
|
|
noinst_HEADERS = mem.h
|