mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
proxy: Remove dead code from Makefile.am
There is no gstproxytest.c
This commit is contained in:
parent
9078a3a41d
commit
f6104ca38b
1 changed files with 0 additions and 11 deletions
|
@ -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)
|
|
||||||
|
|
Loading…
Reference in a new issue