d89e4ca09f07cfd4d1034e14b20fe54f652278a8
[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 SUBDIRS = \
11   include $(INTLEMU_SUBDIRS) \
12   util \
13   arm \
14   fragmentation \
15   hello \
16   nat \
17   peerinfo \
18   statistics \
19   datacache \
20   datastore \
21   template \
22   transport \
23   core \
24   testing \
25   $(HOSTLIST_DIR) \
26   topology \
27   fs
28