20 EXAMPLES_DIR = examples
52 gst-plugins.spec depcomp \
53 AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
56 DISTCLEANFILES = _stdint.h
58 # check that no marshal or enumtypes files are included
59 # this in turn ensures that distcheck fails for missing .list files which is currently
60 # shadowed when the corresponding .c and .h files are included.
62 @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
63 test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
64 ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
65 $(ECHO) "*** Make sure the following files are not disted:" && \
66 find $(distdir) -name \*-enumtypes.[ch] && \
67 find $(distdir) -name \*-marshal.[ch] && \
70 include $(top_srcdir)/common/release.mak
71 include $(top_srcdir)/common/po.mak