summaryrefslogtreecommitdiff
path: root/gst/proxy
diff options
context:
space:
mode:
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)