-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 regex
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 if HAVE_POSTGRES
19  POSTGRES_DIR = postgres
20 endif
21
22
23 SUBDIRS = \
24   include $(INTLEMU_SUBDIRS) \
25   util \
26   hello \
27   tun \
28   block \
29   statistics \
30   arm \
31   peerinfo \
32   $(MYSQL_DIR) \
33   $(POSTGRES_DIR) \
34   datacache \
35   datastore \
36   namestore \
37   template \
38   ats \
39   nat \
40   fragmentation \
41   transport \
42   peerinfo-tool \
43   core \
44   testing \
45   nse \
46   dht \
47   hostlist \
48   topology \
49   fs \
50   mesh \
51   $(LINUX_DIR) \
52   integration-tests \
53   $(EXP_DIR)