summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: c4ed95af5b8220a5f20489717eb71c878335d17f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src include tools man

EXTRA_DIST = \
	README.md \
	git-version-gen

DISTCHECK_CONFIGURE_FLAGS =

dist-hook:
	echo $(VERSION) > $(distdir)/.tarball-version

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