blob: 0cd25aac721787fbb6b7743480c36c0a2c6a43c5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|