Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see...
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 if BUILD_EXAMPLES
4 SUBDIRS_EXAMPLES = examples
5 else
6 SUBDIRS_EXAMPLES =
7 endif
8
9 SUBDIRS = \
10         gst-libs gst sys ext \
11         m4 common docs tests po \
12         $(SUBDIRS_EXAMPLES)
13
14 DIST_SUBDIRS = \
15         gst gst-libs sys ext \
16         m4 common docs tests po \
17         examples
18
19 # include before EXTRA_DIST for win32 assignment
20 include $(top_srcdir)/common/win32.mak
21
22 EXTRA_DIST = \
23         gst-plugins-bad.spec depcomp \
24         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
25         ChangeLog gst-plugins-bad.doap autogen.sh \
26         $(win32)
27
28 DISTCLEANFILES = _stdint.h
29
30 ACLOCAL_AMFLAGS = -I m4 -I common/m4
31
32 include $(top_srcdir)/common/release.mak
33 include $(top_srcdir)/common/po.mak
34
35 check-valgrind:
36         @true
37
38 check-torture:
39         @true