parallel install fixes
[platform/upstream/gst-plugins-good.git] / gst / udp / Makefile.am
1 plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
2
3 plugin_LTLIBRARIES = libgstudp.la
4
5 libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c
6 libgstudp_la_CFLAGS = $(GST_CFLAGS)
7 libgstudp_la_LIBADD =
8 libgstudp_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = gstudpsink.h gstudpsrc.h gstudp.h
11
12 EXTRA_DIST = README