mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
6c039d3297
Original commit message from CVS: - plugins are built without versioning info
12 lines
298 B
Makefile
12 lines
298 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)
|
|
libgstudp_la_LDFLAGS = @GST_PLUGIN_LDFLAGS@
|
|
|
|
noinst_HEADERS = gstudpsink.h gstudpsrc.h
|
|
|
|
EXTRA_DIST = README
|