adding basic declarations for datastore implementation
[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   datastore \
15   fragmentation \
16   hello \
17   peerinfo \
18   resolver \
19   statistics \
20   template \
21   transport \
22   core \
23   $(HOSTLIST_DIR) \
24   topology 
25