mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
don't install test plugins don't eat turkey
Original commit message from CVS: don't install test plugins don't eat turkey
This commit is contained in:
parent
bd128c199c
commit
376d55386a
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# 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
|
## 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,8 @@
|
||||||
# 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
|
## 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