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 | |
---|
1 | include ../Rules |
---|
2 | |
---|
3 | # disable gst-compprep-check until it doesn't leave stray files for distcheck |
---|
4 | tests_pass = name tee property fake gst-inspect-check struct_size |
---|
5 | tests_fail = |
---|
6 | tests_ignore = |
---|
7 | |
---|
8 | noinst_HEADERS = property.h struct_i386.h |
---|
9 | |
---|
10 | gst_inspect_check_SOURCES = |
---|
11 | gst-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 | |
---|
20 | EXTRA_DIST = gst-inspect-check.in gst-compprep-check.in |
---|
Note: See
TracBrowser
for help on using the repository browser.