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