missing check
[oweals/gnunet.git] / src / Makefile.am
1 #if WANT_FRAMEWORK
2 #  INTLEMU_SUBDIRS = intlemu
3 #endif
4
5 if HAVE_TESTING
6  TESTING = testing
7  TESTBED = testbed
8  CONSENSUS = consensus
9  EXPERIMENTATION = experimentation
10 endif
11
12 if HAVE_EXPERIMENTAL
13  EXP_DIR = dv $(CONSENSUS) $(EXPERIMENTATION) 
14 endif
15
16 if HAVE_MYSQL
17  MYSQL_DIR = mysql
18 endif
19
20 if HAVE_POSTGRES
21  POSTGRES_DIR = postgres
22 endif
23
24
25 SUBDIRS = \
26   include $(INTLEMU_SUBDIRS) \
27   util \
28   hello \
29   tun \
30   block \
31   statistics \
32   arm \
33   $(TESTING) \
34   peerinfo \
35   $(MYSQL_DIR) \
36   $(POSTGRES_DIR) \
37   datacache \
38   datastore \
39   template \
40   ats \
41   nat \
42   fragmentation \
43   transport \
44   ats-tool \
45   peerinfo-tool \
46   core \
47   $(TESTBED) \
48   nse \
49   dht \
50   hostlist \
51   topology \
52   regex \
53   mesh \
54   lockmanager \
55   dns \
56   identity \
57   set \
58   namestore \
59   vpn \
60   gns \
61   fs \
62   exit \
63   pt \
64   integration-tests \
65   $(EXP_DIR) 
66
67 # note: namestore, gns are not listed right now as they are being reworked to use the new crypto