mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
e16c50551b
Original commit message from CVS: parallel install fixes
12 lines
318 B
Makefile
12 lines
318 B
Makefile
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
|
|
|
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
|