missing function reference
[oweals/gnunet.git] / src / Makefile.am
1 #if WANT_FRAMEWORK
2 #  INTLEMU_SUBDIRS = intlemu
3 #endif
4
5
6 if HAVE_MHD
7  HOSTLIST_DIR = hostlist
8 endif
9
10 if !MINGW
11  NAT_DIR = nat
12 endif
13
14 SUBDIRS = \
15   include $(INTLEMU_SUBDIRS) \
16   util \
17   arm \
18   fragmentation \
19   hello \
20   peerinfo \
21   statistics \
22   datacache \
23   datastore \
24   template \
25   transport \
26   core \
27   testing \
28   $(HOSTLIST_DIR) \
29   topology \
30   fs \
31   $(NAT_DIR)
32