mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fix Makefile for buildbots
Original commit message from CVS: fix Makefile for buildbots
This commit is contained in:
parent
3f812f873f
commit
9b15382196
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = name tee property fake gst-inspect-check gst-compprep-check
|
||||
tests_pass = name tee property fake gst-compprep-check gst-inspect-check
|
||||
tests_fail =
|
||||
|
||||
noinst_HEADERS = property.h
|
||||
|
@ -11,6 +11,6 @@ gst-inspect-check: $(srcdir)/gst-inspect-check.in
|
|||
$(srcdir)/gst-inspect-check.in >gst-inspect-check
|
||||
chmod +x gst-inspect-check
|
||||
|
||||
gst-compprep-check:
|
||||
gst-compprep-check$(EXEEXT):
|
||||
true
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = name tee property fake gst-inspect-check gst-compprep-check
|
||||
tests_pass = name tee property fake gst-compprep-check gst-inspect-check
|
||||
tests_fail =
|
||||
|
||||
noinst_HEADERS = property.h
|
||||
|
@ -11,6 +11,6 @@ gst-inspect-check: $(srcdir)/gst-inspect-check.in
|
|||
$(srcdir)/gst-inspect-check.in >gst-inspect-check
|
||||
chmod +x gst-inspect-check
|
||||
|
||||
gst-compprep-check:
|
||||
gst-compprep-check$(EXEEXT):
|
||||
true
|
||||
|
||||
|
|
Loading…
Reference in a new issue