mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
9beced9b29
Original commit message from CVS: remove compprep
15 lines
388 B
Makefile
15 lines
388 B
Makefile
include ../Rules
|
|
|
|
tests_pass = gst-inspect-check struct_size
|
|
tests_fail =
|
|
tests_ignore =
|
|
|
|
noinst_HEADERS = struct_i386.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)
|
|
|
|
EXTRA_DIST = gst-inspect-check.in
|