configure.ac: Check for wavpack version and define WAVPACK_OLD_API if necessary.
[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
27 win32 = $(shell cat $(top_srcdir)/win32/MANIFEST)
28
29 debug:
30         echo $(win32)
31
32 EXTRA_DIST = \
33         gst-plugins-good.spec depcomp \
34         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
35         ChangeLog autogen.sh \
36         $(win32)
37
38 DISTCLEANFILES = _stdint.h
39
40 noinst_HEADERS = \
41         gst-libs/gst/gettext.h \
42         gst-libs/gst/gst-i18n-plugin.h
43
44 ACLOCAL_AMFLAGS = -I m4 -I common/m4
45
46 include $(top_srcdir)/common/release.mak
47 include $(top_srcdir)/common/po.mak
48
49 check-valgrind:
50         cd tests/check && make check-valgrind
51
52 check-torture:
53         cd tests/check && make torture