30 DIST_SUBDIRS=ext gst-libs \
41 EXTRA_DIST=gst-plugins.spec depcomp \
42 AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
45 DISTCLEANFILES=_stdint.h
47 # check that no marshal or enumtypes files are included
48 # this in turn ensures that distcheck fails for missing .list files which is currently
49 # shadowed when the corresponding .c and .h files are included.
51 test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
52 test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
53 ( $(ECHO) "*** Still leftover enumtypes or marshal files in the tarball. Please make sure those are not disted." && false )
55 include $(top_srcdir)/common/release.mak
56 include $(top_srcdir)/common/po.mak