summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 942268e7047b4659f13ba9f79a5ae0fc4792bb11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

ACLOCAL_AMFLAGS = -I m4

#aclocaldir = $(datadir)/aclocal

SUBDIRS = \
	gstcs
if IS_TESTS
SUBDIRS += unittest
endif
DIST_SUBDIRS = \
	gstcs

EXTRA_DIST = \
	configure.ac autogen.sh depcomp

check: check-exports