gstreamer/testsuite/elements/Makefile.am
Benjamin Otte dd092ad092 pleasing automake more
Original commit message from CVS:
pleasing automake more
2004-03-25 01:55:31 +00:00

17 lines
376 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$(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$(EXEEXT):
true