style improvments wrt Mantis 1614 patch
[oweals/gnunet.git] / src / Makefile.am
1 #if WANT_FRAMEWORK
2 #  INTLEMU_SUBDIRS = intlemu
3 #endif
4
5 if !MINGW
6  NAT_DIR = nat
7 endif
8
9 if HAVE_ESMTP
10 if HAVE_OPENSSL
11  MONKEY_DIR = monkey
12 endif
13 endif
14
15 SUBDIRS = \
16   include $(INTLEMU_SUBDIRS) \
17   util \
18   hello \
19   block \
20   statistics \
21   arm \
22   $(MONKEY_DIR) \
23   peerinfo \
24   datacache \
25   datastore \
26   template \
27   transport \
28   peerinfo-tool \
29   core \
30   testing \
31   dv \
32   dht \
33   hostlist \
34   topology \
35   $(NAT_DIR) \
36   fs \
37   fragmentation \
38   vpn