mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +00:00
i'd probably prefer a bitchy wife to automake
Original commit message from CVS: i'd probably prefer a bitchy wife to automake
This commit is contained in:
parent
dd092ad092
commit
eb27a12ade
2 changed files with 6 additions and 2 deletions
|
@ -6,11 +6,13 @@ tests_fail =
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
|
||||||
|
|
||||||
|
gst_inspect_check_SOURCES =
|
||||||
gst-inspect-check$(EXEEXT): $(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$(EXEEXT)
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
||||||
chmod +x gst-inspect-check$(EXEEXT)
|
chmod +x gst-inspect-check$(EXEEXT)
|
||||||
|
|
||||||
|
gst_compprep_check_SOURCES =
|
||||||
gst-compprep-check$(EXEEXT):
|
gst-compprep-check$(EXEEXT):
|
||||||
true
|
true
|
||||||
|
|
||||||
|
|
|
@ -6,11 +6,13 @@ tests_fail =
|
||||||
noinst_HEADERS = property.h
|
noinst_HEADERS = property.h
|
||||||
|
|
||||||
|
|
||||||
|
gst_inspect_check_SOURCES =
|
||||||
gst-inspect-check$(EXEEXT): $(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$(EXEEXT)
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
||||||
chmod +x gst-inspect-check$(EXEEXT)
|
chmod +x gst-inspect-check$(EXEEXT)
|
||||||
|
|
||||||
|
gst_compprep_check_SOURCES =
|
||||||
gst-compprep-check$(EXEEXT):
|
gst-compprep-check$(EXEEXT):
|
||||||
true
|
true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue