install testbed
[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 exit vpn gns pt
12 endif
13 if MINGW
14  MINGW_DIR = dns vpn gns
15 endif
16
17 if HAVE_MYSQL
18  MYSQL_DIR = mysql
19 endif
20
21 if HAVE_POSTGRES
22  POSTGRES_DIR = postgres
23 endif
24
25
26 SUBDIRS = \
27   include $(INTLEMU_SUBDIRS) \
28   util \
29   hello \
30   tun \
31   block \
32   statistics \
33   arm \
34   testing \
35   testbed \
36   peerinfo \
37   $(MYSQL_DIR) \
38   $(POSTGRES_DIR) \
39   datacache \
40   datastore \
41   namestore \
42   template \
43   ats \
44   nat \
45   fragmentation \
46   transport \
47   peerinfo-tool \
48   core \
49   testing_old \
50   nse \
51   dht \
52   hostlist \
53   topology \
54   fs \
55   regex \
56   mesh \
57   lockmanager \
58   $(LINUX_DIR) \
59   $(MINGW_DIR) \
60   integration-tests \
61   $(EXP_DIR)