proxy: Remove dead code from Makefile.am

There is no gstproxytest.c
This commit is contained in:
Nirbheek Chauhan 2018-02-08 14:45:28 +05:30
parent 9078a3a41d
commit f6104ca38b

View file

@ -14,14 +14,3 @@ libgstproxy_la_CFLAGS = $(GST_CFLAGS)
libgstproxy_la_LIBADD = $(GST_LIBS) libgstproxy_la_LIBADD = $(GST_LIBS)
libgstproxy_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) libgstproxy_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstproxy_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) libgstproxy_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
gstproxytest_SOURCES = \
gstproxytest.c
gstproxytest_CFLAGS = \
$(GST_PLUGINS_BASE_CFLAGS) \
$(GST_CFLAGS)
gstproxytest_LDADD = \
$(GST_PLUGINS_BASE_LIBS) \
$(GST_LIBS)