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

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