-GArik: fix typo
[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 
7 endif
8
9 if LINUX
10 # All of these currently only work on GNU/Linux
11  LINUX_DIR = dns 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   template \
27   ats \
28   nat \
29   fragmentation \
30   transport \
31   peerinfo-tool \
32   core \
33   testing \
34   nse \
35   dht \
36   hostlist \
37   topology \
38   fs \
39   mesh \
40   $(LINUX_DIR) \
41   integration-tests \
42   $(EXP_DIR)