summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 2fd8c3685bd30dca62528e558203d1a54008e5c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc

SUBDIRS_EXT =

if WANT_PYTHON
PYTHON_SUBDIR = python
endif

SUBDIRS = 			\
	gst-libs 		\
	gst $(SUBDIRS_EXT)	\
	transmitters		\
	$(PYTHON_SUBDIR)	\
	tests 			\
	docs
#	pkgconfig

DIST_SUBDIRS = 			\
	gst-libs		\
	gst $(SUBDIRS_EXT)	\
	transmitters		\
	python			\
	tests 			\
	docs
#	pkgconfig

EXTRA_DIST = \
	AUTHORS COPYING NEWS README ChangeLog autogen.sh

ACLOCAL_AMFLAGS = -I common/m4

check-valgrind:
	cd tests/check && make check-valgrind

if HAVE_GST_CHECK
check-torture:
	cd tests/check && make torture
else
check-torture:
	true
endif