summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 84af588b7be61f593821d2139ae3961ea3ae30c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Makefile.am -- Process this file with automake to produce Makefile.in

# amflags
ACLOCAL_AMFLAGS = -I aux-build/m4

# sub dirs
SUBDIRS = \
	conf \
	doc \
	include \
	lib \
	modules \
	src

# extra dist files
EXTRA_DIST = \
	changelog \
	README.md