update translations
[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         tests                   \
12         docs                    \
13         po                      \
14         m4 common
15
16 SUBDIRS =                       \
17         $(ALWAYS_SUBDIRS)       \
18         $(GCONF_DIR)
19
20 DIST_SUBDIRS =                  \
21         $(ALWAYS_SUBDIRS)       \
22         gconf
23
24 EXTRA_DIST = \
25         gst-plugins-good.spec depcomp \
26         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
27         ChangeLog autogen.sh
28
29 DISTCLEANFILES = _stdint.h
30
31 noinst_HEADERS = \
32         gst-libs/gst/gettext.h \
33         gst-libs/gst/gst-i18n-plugin.h
34
35 ACLOCAL_AMFLAGS = -I m4 -I common/m4
36
37 include $(top_srcdir)/common/release.mak
38 include $(top_srcdir)/common/po.mak
39
40 check-valgrind:
41         cd tests/check && make check-valgrind
42
43 check-torture:
44         cd tests/check && make torture