summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 0eecd50887f0cd742ece775568d66f1af2d45b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
AUTOMAKE_OPTIONS = foreign

SUBDIRS = src

if ENABLE_TESTS
SUBDIRS += test
endif


# Extra clean files so that maintainer-clean removes *everything*
MAINTAINERCLEANFILES = \
	aclocal.m4 compile config.guess config.sub \
	configure depcomp install-sh ltmain.sh     \
	Makefile.in missing

EXTRA_DIST = Android.mk