s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common format
[platform/upstream/gst-plugins-good.git] / gst / udp / Makefile.am
1 plugindir = $(libdir)/gst
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 = $(GST_LIBS)
8
9 noinst_HEADERS = gstudpsink.h gstudpsrc.h 
10
11 EXTRA_DIST = README