source: trunk/third/gstreamer/testsuite/elements/Makefile.am @ 21005

Revision 21005, 649 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21004, which included commits to RCS files with non-trunk default branches.
Line 
1include ../Rules
2
3# disable gst-compprep-check until it doesn't leave stray files for distcheck
4tests_pass = name tee property fake gst-inspect-check struct_size
5tests_fail =
6tests_ignore =
7
8noinst_HEADERS = property.h struct_i386.h
9
10gst_inspect_check_SOURCES =
11gst-inspect-check$(EXEEXT): $(srcdir)/gst-inspect-check.in
12        sed s/@[G]ST_MAJORMINOR@/@GST_MAJORMINOR@/ \
13                $(srcdir)/gst-inspect-check.in >gst-inspect-check$(EXEEXT)
14        chmod +x gst-inspect-check$(EXEEXT)
15
16#gst_compprep_check_SOURCES =
17#gst-compprep-check$(EXEEXT):
18#       cp $(srcdir)/gst-compprep-check.in gst-compprep-check$(EXEEXT)
19       
20EXTRA_DIST = gst-inspect-check.in gst-compprep-check.in
Note: See TracBrowser for help on using the repository browser.