summaryrefslogtreecommitdiff
path: root/configure.in
blob: 5e8ae2bc653faa1c4dfa187808a9d630b771888e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
AC_INIT()
AM_INIT_AUTOMAKE(noreply, 0.0.1)

AC_OUTPUT( \
	Makefile \
	web/Makefile \
	web/allpingers/Makefile \
	web/images/Makefile \
	web/include/Makefile \
	web/rot26/Makefile \
	web/rot26/keys/Makefile \
	web/template/Makefile \
	web/tls/Makefile \
	)