mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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
|
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 =
|
tests_fail =
|
||||||
|
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
@ -11,6 +11,6 @@ gst-inspect-check: $(srcdir)/gst-inspect-check.in
|
||||||
$(srcdir)/gst-inspect-check.in >gst-inspect-check
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check
|
||||||
chmod +x gst-inspect-check
|
chmod +x gst-inspect-check
|
||||||
|
|
||||||
gst-compprep-check:
|
gst-compprep-check$(EXEEXT):
|
||||||
true
|
true
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
include ../Rules
|
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 =
|
tests_fail =
|
||||||
|
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
@ -11,6 +11,6 @@ gst-inspect-check: $(srcdir)/gst-inspect-check.in
|
||||||
$(srcdir)/gst-inspect-check.in >gst-inspect-check
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check
|
||||||
chmod +x gst-inspect-check
|
chmod +x gst-inspect-check
|
||||||
|
|
||||||
gst-compprep-check:
|
gst-compprep-check$(EXEEXT):
|
||||||
true
|
true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue