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