gstreamer/gst/proxy/Makefile.am
Nirbheek Chauhan f6104ca38b proxy: Remove dead code from Makefile.am
There is no gstproxytest.c
2018-02-08 14:45:28 +05:30

17 lines
362 B
Makefile

plugin_LTLIBRARIES = libgstproxy.la
libgstproxy_la_SOURCES = \
gstproxy.c \
gstproxysink.c \
gstproxysrc.c
noinst_HEADERS = \
gstproxysink.h \
gstproxysrc.h \
gstproxy-priv.h
libgstproxy_la_CFLAGS = $(GST_CFLAGS)
libgstproxy_la_LIBADD = $(GST_LIBS)
libgstproxy_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstproxy_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)