mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 04:36:20 +00:00
pleasing automake more
Original commit message from CVS: pleasing automake more
This commit is contained in:
parent
b8a69a8471
commit
dd092ad092
2 changed files with 6 additions and 6 deletions
|
@ -6,10 +6,10 @@ tests_fail =
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
|
||||||
|
|
||||||
gst-inspect-check: $(srcdir)/gst-inspect-check.in
|
gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
|
||||||
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
|
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
|
||||||
$(srcdir)/gst-inspect-check.in >gst-inspect-check
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
||||||
chmod +x gst-inspect-check
|
chmod +x gst-inspect-check$(EXEEXT)
|
||||||
|
|
||||||
gst-compprep-check$(EXEEXT):
|
gst-compprep-check$(EXEEXT):
|
||||||
true
|
true
|
||||||
|
|
|
@ -6,10 +6,10 @@ tests_fail =
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
|
||||||
|
|
||||||
gst-inspect-check: $(srcdir)/gst-inspect-check.in
|
gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
|
||||||
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
|
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
|
||||||
$(srcdir)/gst-inspect-check.in >gst-inspect-check
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
||||||
chmod +x gst-inspect-check
|
chmod +x gst-inspect-check$(EXEEXT)
|
||||||
|
|
||||||
gst-compprep-check$(EXEEXT):
|
gst-compprep-check$(EXEEXT):
|
||||||
true
|
true
|
||||||
|
|
Loading…
Reference in a new issue