moving gnunet-peerinfo.c to allow it to use transport_api
[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   statistics \
18   arm \
19   hello \
20   peerinfo \
21   datacache \
22   datastore \
23   template \
24   transport \
25   peerinfo-tool \
26   core \
27   testing \
28   $(HOSTLIST_DIR) \
29   topology \
30   $(NAT_DIR) \
31   fs