- htons => htonl
[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 HAVE_PULSE
28 if HAVE_OPUS
29   CONVERSATION_DIR = conversation
30 endif
31 endif
32
33 if HAVE_MYSQL
34  MYSQL_DIR = mysql
35 endif
36
37 if HAVE_POSTGRES
38  POSTGRES_DIR = postgres
39 endif
40
41 SUBDIRS = \
42   include $(INTLEMU_SUBDIRS) \
43   util \
44   hello \
45   tun \
46   block \
47   statistics \
48   arm \
49   $(TESTING) \
50   peerinfo \
51   $(MYSQL_DIR) \
52   $(POSTGRES_DIR) \
53   datacache \
54   datastore \
55   template \
56   ats \
57   nat \
58   fragmentation \
59   transport \
60   ats-tool \
61   peerinfo-tool \
62   core \
63   $(TESTBED) \
64   ats-tests \
65   nse \
66   dht \
67   hostlist \
68   topology \
69   regex \
70   mesh \
71   dns \
72   identity \
73   set \
74   revocation \
75   gnsrecord \
76   namecache \
77   namestore \
78   vpn \
79   gns \
80   $(CONVERSATION_DIR) \
81   fs \
82   exit \
83   pt \
84   integration-tests \
85   $(EXP_DIR)