f709a63d6d88a4756f0a0a18a16f7ed492d0a96d
[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 SUBDIRS = \
10   include $(INTLEMU_SUBDIRS) \
11   util \
12   block \
13   statistics \
14   arm \
15   hello \
16   peerinfo \
17   datacache \
18   template \
19   transport \
20   peerinfo-tool \
21   core \
22   dht \
23   testing \
24   hostlist \
25   topology \
26   $(NAT_DIR) 
27