-handle failure to load certs more nicely
[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  SCALARPRODUCT = scalarproduct
11 endif
12
13 if HAVE_EXPERIMENTAL
14  EXP_DIR = \
15   dv \
16   multicast \
17   psyc \
18   $(CONSENSUS) \
19   $(EXPERIMENTATION)
20   # NOTE: scalarproduct is not being listed here yet as the crypto is being reworked at the moment
21 endif
22
23 if HAVE_MYSQL
24  MYSQL_DIR = mysql
25 endif
26
27 if HAVE_POSTGRES
28  POSTGRES_DIR = postgres
29 endif
30
31 SUBDIRS = \
32   include $(INTLEMU_SUBDIRS) \
33   util \
34   hello \
35   tun \
36   block \
37   statistics \
38   arm \
39   $(TESTING) \
40   peerinfo \
41   $(MYSQL_DIR) \
42   $(POSTGRES_DIR) \
43   datacache \
44   datastore \
45   template \
46   ats \
47   nat \
48   fragmentation \
49   transport \
50   ats-tool \
51   peerinfo-tool \
52   core \
53   $(TESTBED) \
54   ats-tests \
55   nse \
56   dht \
57   hostlist \
58   topology \
59   regex \
60   mesh \
61   lockmanager \
62   dns \
63   identity \
64   set \
65   namestore \
66   vpn \
67   gns \
68   psycstore \
69   fs \
70   exit \
71   pt \
72   integration-tests \
73   $(EXP_DIR)