mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
d357e5c959
Original commit message from CVS: no dear, that dress doesn't make you look fat. You look fat even without it.
20 lines
548 B
Makefile
20 lines
548 B
Makefile
include ../Rules
|
|
|
|
tests_pass = name tee property fake gst-compprep-check gst-inspect-check
|
|
tests_fail =
|
|
|
|
noinst_HEADERS = property.h
|
|
|
|
|
|
gst_inspect_check_SOURCES =
|
|
gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
|
|
sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
|
|
$(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
|
|
chmod +x gst-inspect-check$(EXEEXT)
|
|
|
|
gst_compprep_check_SOURCES =
|
|
gst-compprep-check$(EXEEXT):
|
|
cp $(srcdir)/gst-compprep-check.in gst-compprep-check$(EXEEXT)
|
|
|
|
EXTRA_DIST = gst-inspect-check.in gst-compprep-check.in
|
|
|