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