mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
c656b5eab6
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
11 lines
254 B
Makefile
11 lines
254 B
Makefile
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
|