fix Makefile for buildbots

Original commit message from CVS:
fix Makefile for buildbots
This commit is contained in:
Benjamin Otte 2004-03-25 01:32:26 +00:00
parent 3f812f873f
commit 9b15382196
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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