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