gstreamer/gst/rtp/Makefile.am
Nicolas Dufresne 2667081654 make: rtp: Remove spurious header file
This header file no longer exist.
2019-06-03 20:29:18 -04:00

16 lines
388 B
Makefile

plugin_LTLIBRARIES = libgstrtpmanagerbad.la
libgstrtpmanagerbad_la_SOURCES = \
gstrtp-utils.c \
gstrtpsink.c \
gstrtpsrc.c \
plugin.c
libgstrtpmanagerbad_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS)
libgstrtpmanagerbad_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
libgstrtpmanagerbad_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
noinst_HEADERS = \
gstrtp-utils.h \
gstrtpsink.h \
gstrtpsrc.h