blob: 8e93337dacc1aa8600daf0a47b21b59d5002ff70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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/mixminion-nodes/Makefile \
web/rot26/Makefile \
web/rot26/keys/Makefile \
web/template/Makefile \
web/tls/Makefile \
web/tor-running-routers/Makefile \
)
|