summaryrefslogtreecommitdiffstats
path: root/gst/udp/Makefile.am
blob: 3871d7147d8b759267b46ea13c9864823c1ed8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11

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