mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
13 lines
318 B
Makefile
13 lines
318 B
Makefile
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
plugin_LTLIBRARIES = libgsttcp.la
|
||
|
|
||
|
libgsttcp_la_SOURCES = gsttcp.c gsttcpsrc.c gsttcpsink.c
|
||
|
libgsttcp_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgsttcp_la_LIBADD =
|
||
|
libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gsttcpsink.h gsttcpsrc.h gsttcp.h
|
||
|
|
||
|
EXTRA_DIST = README
|