summaryrefslogtreecommitdiffstats
path: root/gst/udp/Makefile.am
blob: e43ed889843ba883f22edf585d1fe99164293ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@

plugin_LTLIBRARIES = libgstudp.la

libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c
libgstudp_la_CFLAGS = $(GST_CFLAGS)
libgstudp_la_LIBADD =
libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstudpsink.h gstudpsrc.h gstudp.h

EXTRA_DIST = README