- build order: first vpn then gns
[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 vpn gns exit 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   testing \
32   peerinfo \
33   $(MYSQL_DIR) \
34   $(POSTGRES_DIR) \
35   datacache \
36   datastore \
37   namestore \
38   template \
39   ats \
40   nat \
41   fragmentation \
42   transport \
43   peerinfo-tool \
44   core \
45   testing_old \
46   testbed \
47   nse \
48   dht \
49   hostlist \
50   topology \
51   fs \
52   regex \
53   mesh \
54   lockmanager \
55   $(LINUX_DIR) \
56   integration-tests \
57   $(EXP_DIR)