summaryrefslogtreecommitdiff
path: root/gst/proxy
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-02-08 14:45:28 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-02-08 14:45:28 +0530
commitf6104ca38bc6f6278356450a385b4b6dbe54b174 (patch)
treee0c92f5db4b7cb0fb75ff5e9ccb330a939b2543e /gst/proxy
parent9078a3a41d90f102615bd634654da19041d3dadf (diff)
downloadgstreamer-plugins-bad-f6104ca38bc6f6278356450a385b4b6dbe54b174.tar.gz
proxy: Remove dead code from Makefile.am
There is no gstproxytest.c
Diffstat (limited to 'gst/proxy')
-rw-r--r--gst/proxy/Makefile.am11
1 files changed, 0 insertions, 11 deletions
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)