summaryrefslogtreecommitdiff
path: root/configure.in
blob: 8436b8409ae702a7427988f4c8184dd40c2827db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/meta/Makefile \
	web/rot26/Makefile \
	web/rot26/keys/Makefile \
	web/template/Makefile \
	web/tls/Makefile \
	)