Regenerated Vala bindings
[platform/upstream/gstreamer.git] / Makefile.am
1 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
2
3 SUBDIRS =               \
4         gst \
5         m4              \
6         common \
7         pkgconfig \
8         examples
9
10 DIST_SUBDIRS = $(SUBDIRS)
11
12 EXTRA_DIST = \
13         ChangeLog autogen.sh depcomp \
14         AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
15         gst-rtsp.spec docs/design/gst-rtp-server-design
16
17 ACLOCAL_AMFLAGS = -I common/m4 -I m4
18
19 DISTCLEANFILES = _stdint.h gst-rtsp.spec
20
21 include $(top_srcdir)/common/release.mak
22 include $(top_srcdir)/common/po.mak
23
24 check-valgrind:
25         cd tests/check && make check-valgrind
26
27 if HAVE_CHECK
28 check-torture:
29         cd tests/check && make torture
30 else
31 check-torture:
32         true
33 endif
34