tidying up -good for business
[platform/upstream/gstreamer.git] / Makefile.am
1 if USE_GCONFTOOL
2 GCONF_DIR = gconf
3 else
4 GCONF_DIR =
5 endif
6
7 SUBDIRS =                       \
8         gst sys ext             \
9         $(GCONF_DIR)            \
10         m4 common po
11
12 DIST_SUBDIRS =                  \
13         gst sys ext             \
14         gconf                   \
15         m4 common po
16
17 EXTRA_DIST = \
18         gst-plugins-good.spec depcomp \
19         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
20         ChangeLog autogen.sh
21
22 DISTCLEANFILES = _stdint.h
23
24 # check that no marshal or enumtypes files are included
25 # this in turn ensures that distcheck fails for missing .list files which is currently
26 # shadowed when the corresponding .c and .h files are included.
27 distcheck-hook:
28         @test "x" = "x`find $(distdir) -name \*-enumtypes.[ch]`" && \
29         test "x" = "x`find $(distdir) -name \*-marshal.[ch]`" || \
30         ( $(ECHO) "*** Leftover enumtypes or marshal files in the tarball." && \
31           $(ECHO) "*** Make sure the following files are not disted:" && \
32           find $(distdir) -name \*-enumtypes.[ch] && \
33           find $(distdir) -name \*-marshal.[ch] && \
34           false )
35
36 # include $(top_srcdir)/common/release.mak
37 # include $(top_srcdir)/common/po.mak