A TCP plugin could be needed by many, including wtay himself cause he is sitting...
[platform/upstream/gstreamer.git] / gst / tcp / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgsttcp.la
4
5 libgsttcp_la_SOURCES = gsttcp.c gsttcpsrc.c gsttcpsink.c
6 libgsttcp_la_CFLAGS = $(GST_CFLAGS)
7 libgsttcp_la_LIBADD =
8 libgsttcp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = gsttcpsink.h gsttcpsrc.h gsttcp.h
11
12 EXTRA_DIST = README