1## Process this file with automake to get Makefile.in
2
3AUTOMAKE_OPTIONS = gnu
4
5SUBDIRS = src doc systemd
6
7ACLOCAL_AMFLAGS = -I m4
8
9EXTRA_DIST = COPYING.README README.android
10
11ChangeLog:
12	git log > ChangeLog
13
14astyle:
15	astyle --options=.astylerc -nQ src/*.[ch] src/*/*.[ch]
16