add plugin documentation
[platform/upstream/gstreamer.git] / Makefile.am
1 SUBDIRS =                       \
2         gst ext docs m4 common
3
4 EXTRA_DIST = \
5         gst-plugins-ugly.spec depcomp \
6         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
7         ChangeLog autogen.sh
8
9 DISTCLEANFILES = _stdint.h
10
11 # check that no marshal or enumtypes files are included
12 # this in turn ensures that distcheck fails for missing .list files which is currently
13 # shadowed when the corresponding .c and .h files are included.
14 distcheck-hook:
15         @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
16         test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
17         ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
18           $(ECHO) "*** Make sure the following files are not disted:" && \
19           find $(distdir) -name \*-enumtypes.[ch] && \
20           find $(distdir) -name \*-marshal.[ch] && \
21           false )
22
23 # include $(top_srcdir)/common/release.mak
24 # include $(top_srcdir)/common/po.mak