From f6104ca38bc6f6278356450a385b4b6dbe54b174 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 8 Feb 2018 14:45:28 +0530 Subject: proxy: Remove dead code from Makefile.am There is no gstproxytest.c --- gst/proxy/Makefile.am | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'gst/proxy') diff --git a/gst/proxy/Makefile.am b/gst/proxy/Makefile.am index 476a3534e..82a9c8e99 100644 --- a/gst/proxy/Makefile.am +++ b/gst/proxy/Makefile.am @@ -14,14 +14,3 @@ libgstproxy_la_CFLAGS = $(GST_CFLAGS) libgstproxy_la_LIBADD = $(GST_LIBS) libgstproxy_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) 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) -- cgit v1.2.1