summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 8fa66b06cdd06c88e098a475c1ec5eb79d4ecc36 (plain)
1
2
3
4
5
6
7
8
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include tools man

DISTCHECK_CONFIGURE_FLAGS =

indent:
	indent -kr -ut -ts4 -l120 src/*.c src/*.h dev/*.c