-fix
[oweals/gnunet.git] / src / Makefile.am
1 #if WANT_FRAMEWORK
2 #  INTLEMU_SUBDIRS = intlemu
3 #endif
4
5 if HAVE_EXPERIMENTAL
6  EXP_DIR = chat dv stream
7 endif
8
9 if LINUX
10 # All of these currently only work on GNU/Linux
11  LINUX_DIR = dns gns exit vpn pt
12 endif
13
14 if HAVE_MYSQL
15  MYSQL_DIR = mysql
16 endif
17
18
19 SUBDIRS = \
20   include $(INTLEMU_SUBDIRS) \
21   util \
22   hello \
23   tun \
24   block \
25   statistics \
26   arm \
27   peerinfo \
28   $(MYSQL_DIR) \
29   datacache \
30   datastore \
31   namestore \
32   template \
33   ats \
34   nat \
35   fragmentation \
36   transport \
37   peerinfo-tool \
38   core \
39   testing \
40   nse \
41   dht \
42   hostlist \
43   topology \
44   fs \
45   mesh \
46   $(LINUX_DIR) \
47   integration-tests \
48   $(EXP_DIR)