summaryrefslogtreecommitdiffstats
path: root/gst/udp/Makefile.am
blob: 0c66cda29a87fd548dd6524e69c2b706ff1742d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)

noinst_HEADERS = gstudpsink.h gstudpsrc.h 

EXTRA_DIST = README