mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 10:41:04 +00:00
11 lines
220 B
Makefile
11 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
|