2 # disabled until it actually works
30 gst-plugins.spec depcomp \
31 AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
34 DISTCLEANFILES = _stdint.h
36 # check that no marshal or enumtypes files are included
37 # this in turn ensures that distcheck fails for missing .list files which is currently
38 # shadowed when the corresponding .c and .h files are included.
40 @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
41 test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
42 ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
43 $(ECHO) "*** Make sure the following files are not disted:" && \
44 find $(distdir) -name \*-enumtypes.[ch] && \
45 find $(distdir) -name \*-marshal.[ch] && \
48 # include $(top_srcdir)/common/release.mak
49 # include $(top_srcdir)/common/po.mak