summaryrefslogtreecommitdiffstats
path: root/gst/udp/Makefile.am
blob: b888c0670a4deddafc07667936a394e59d8b866d (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) $(GST_BASE_LIBS)

noinst_HEADERS = gstudpsink.h gstudpsrc.h gstudp.h

EXTRA_DIST = README