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

plugin_LTLIBRARIES = libgstudp.la

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

noinst_HEADERS = gstudpsink.h gstudpsrc.h 

EXTRA_DIST = README