session time out for http client/server
[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  SECRETSHARING = secretsharing
10  EXPERIMENTATION = experimentation
11 endif
12
13 if HAVE_EXPERIMENTAL
14  EXP_DIR = \
15   scalarproduct \
16   multicast \
17   env \
18   psyc \
19   $(CONSENSUS) \
20   $(SECRETSHARING) \
21   $(EXPERIMENTATION)
22 endif
23
24
25 if HAVE_PULSE
26 if HAVE_OPUS
27   CONVERSATION_DIR = conversation
28 endif
29 endif
30
31 if HAVE_MYSQL
32  MYSQL_DIR = mysql
33 endif
34
35 if HAVE_POSTGRES
36  POSTGRES_DIR = postgres
37 endif
38
39 SUBDIRS = \
40   include $(INTLEMU_SUBDIRS) \
41   util \
42   hello \
43   tun \
44   block \
45   statistics \
46   arm \
47   $(TESTING) \
48   peerinfo \
49   $(MYSQL_DIR) \
50   $(POSTGRES_DIR) \
51   datacache \
52   datastore \
53   template \
54   ats \
55   nat \
56   fragmentation \
57   transport \
58   ats-tool \
59   peerinfo-tool \
60   core \
61   $(TESTBED) \
62   ats-tests \
63   nse \
64   dht \
65   hostlist \
66   topology \
67   regex \
68   mesh \
69   dns \
70   identity \
71   set \
72   dv \
73   revocation \
74   gnsrecord \
75   namecache \
76   namestore \
77   vpn \
78   gns \
79   $(CONVERSATION_DIR) \
80   psycstore \
81   fs \
82   exit \
83   pt \
84   integration-tests \
85   $(EXP_DIR)