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