fix distcheck
[platform/upstream/gst-plugins-good.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 if USE_GCONFTOOL
4 GCONF_DIR = gconf
5 else
6 GCONF_DIR =
7 endif
8
9 ALWAYS_SUBDIRS =                \
10         gst sys ext             \
11         check docs              \
12         po                      \
13         m4 common
14
15 SUBDIRS =                       \
16         $(ALWAYS_SUBDIRS)       \
17         $(GCONF_DIR)
18
19 DIST_SUBDIRS =                  \
20         $(ALWAYS_SUBDIRS)       \
21         gconf
22
23 EXTRA_DIST = \
24         gst-plugins-good.spec depcomp \
25         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
26         ChangeLog autogen.sh
27
28 DISTCLEANFILES = _stdint.h
29
30 noinst_HEADERS = \
31         gst-libs/gst/gettext.h \
32         gst-libs/gst/gst-i18n-plugin.h
33
34 include $(top_srcdir)/common/release.mak
35 # include $(top_srcdir)/common/po.mak