summaryrefslogtreecommitdiffstats
path: root/gst/udp/Makefile.am
blob: 50c9b186e7b585ad01a73777da7cae61b4035680 (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 =
libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstudpsink.h gstudpsrc.h gstudp.h

EXTRA_DIST = README