6b2868db49094171aeab64c101d7ef2327a13b16
[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         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 ACLOCAL_AMFLAGS = -I m4 -I common/m4
35
36 include $(top_srcdir)/common/release.mak
37 # include $(top_srcdir)/common/po.mak
38
39 check-valgrind:
40         cd tests/check && make check-valgrind
41
42 check-torture:
43         cd tests/check && make torture