mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
185612aae3
Original commit message from CVS: Initial revision
10 lines
220 B
Makefile
10 lines
220 B
Makefile
filterdir = $(libdir)/gst
|
|
|
|
filter_LTLIBRARIES = libgstudp.la
|
|
|
|
libgstudp_la_SOURCES = gstudp.c gstudpsrc.c gstudpsink.c
|
|
libgstudp_la_CFLAGS = $(GST_CFLAGS)
|
|
|
|
noinst_HEADERS = gstudpsink.h gstudpsrc.h
|
|
|
|
EXTRA_DIST = README
|