-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
15 SUBDIRS = \
16   include $(INTLEMU_SUBDIRS) \
17   util \
18   hello \
19   tun \
20   block \
21   statistics \
22   arm \
23   peerinfo \
24   datacache \
25   datastore \
26   namestore \
27   template \
28   ats \
29   nat \
30   fragmentation \
31   transport \
32   peerinfo-tool \
33   core \
34   testing \
35   nse \
36   dht \
37   hostlist \
38   topology \
39   fs \
40   mesh \
41   $(LINUX_DIR) \
42   integration-tests \
43   $(EXP_DIR)