2008-10-09 12:29:12 +00:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc
|
|
|
|
|
|
|
|
SUBDIRS = \
|
2009-01-08 12:18:55 +00:00
|
|
|
gst \
|
2009-01-08 13:57:55 +00:00
|
|
|
bindings \
|
2008-10-09 12:29:12 +00:00
|
|
|
m4 \
|
2009-01-08 12:18:55 +00:00
|
|
|
common \
|
2009-01-08 13:42:10 +00:00
|
|
|
pkgconfig \
|
2009-01-08 12:18:55 +00:00
|
|
|
examples
|
2008-10-09 12:29:12 +00:00
|
|
|
|
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
ChangeLog autogen.sh depcomp \
|
|
|
|
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
|
|
|
gst-rtsp.spec docs/design/gst-rtp-server-design
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I common/m4 -I m4
|
|
|
|
|
|
|
|
DISTCLEANFILES = _stdint.h gst-rtsp.spec
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/release.mak
|
|
|
|
include $(top_srcdir)/common/po.mak
|
|
|
|
|
|
|
|
check-valgrind:
|
|
|
|
cd tests/check && make check-valgrind
|
|
|
|
|
|
|
|
if HAVE_CHECK
|
|
|
|
check-torture:
|
|
|
|
cd tests/check && make torture
|
|
|
|
else
|
|
|
|
check-torture:
|
|
|
|
true
|
|
|
|
endif
|
|
|
|
|