mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 13:25:56 +00:00
Don't install the test plugins
Original commit message from CVS: Don't install the test plugins
This commit is contained in:
parent
9613fca2e2
commit
6bd122b0a6
2 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
||||||
# FIXME : tests need fixing
|
# FIXME : tests need fixing
|
||||||
testprogs = dynamic linked static # loading registry static2
|
testprogs = dynamic linked static # loading registry static2
|
||||||
filterdir = $(libdir)/gst
|
|
||||||
|
|
||||||
filter_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
||||||
|
|
||||||
libtestplugin_la_SOURCES = testplugin.c
|
libtestplugin_la_SOURCES = testplugin.c
|
||||||
libtestplugin2_la_SOURCES = testplugin2.c
|
libtestplugin2_la_SOURCES = testplugin2.c
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
# FIXME : tests need fixing
|
# FIXME : tests need fixing
|
||||||
testprogs = dynamic linked static # loading registry static2
|
testprogs = dynamic linked static # loading registry static2
|
||||||
filterdir = $(libdir)/gst
|
|
||||||
|
|
||||||
filter_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
noinst_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
||||||
|
|
||||||
libtestplugin_la_SOURCES = testplugin.c
|
libtestplugin_la_SOURCES = testplugin.c
|
||||||
libtestplugin2_la_SOURCES = testplugin2.c
|
libtestplugin2_la_SOURCES = testplugin2.c
|
||||||
|
|
Loading…
Reference in a new issue