aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/datacache/Makefile.am2
-rw-r--r--src/datastore/Makefile.am4
-rw-r--r--src/gns/Makefile.am19
-rw-r--r--src/hostlist/Makefile.am2
-rw-r--r--src/transport/Makefile.am4
5 files changed, 16 insertions, 15 deletions
diff --git a/src/datacache/Makefile.am b/src/datacache/Makefile.am
index fe8787b17..97ffabb87 100644
--- a/src/datacache/Makefile.am
+++ b/src/datacache/Makefile.am
@@ -70,7 +70,7 @@ libgnunet_plugin_datacache_postgres_la_LIBADD = \
70 $(top_builddir)/src/util/libgnunetutil.la \ 70 $(top_builddir)/src/util/libgnunetutil.la \
71 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq 71 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq
72libgnunet_plugin_datacache_postgres_la_CPPFLAGS = \ 72libgnunet_plugin_datacache_postgres_la_CPPFLAGS = \
73 $(POSTGRES_CPPFLAGS) 73 $(POSTGRES_CPPFLAGS) $(AM_CPPFLAGS)
74libgnunet_plugin_datacache_postgres_la_LDFLAGS = \ 74libgnunet_plugin_datacache_postgres_la_LDFLAGS = \
75 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq 75 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq
76 76
diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am
index 107aaa1bb..5522b0295 100644
--- a/src/datastore/Makefile.am
+++ b/src/datastore/Makefile.am
@@ -137,7 +137,7 @@ libgnunet_plugin_datastore_mysql_la_LIBADD = \
137libgnunet_plugin_datastore_mysql_la_LDFLAGS = \ 137libgnunet_plugin_datastore_mysql_la_LDFLAGS = \
138 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient 138 $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient
139libgnunet_plugin_datastore_mysql_la_CPPFLAGS = \ 139libgnunet_plugin_datastore_mysql_la_CPPFLAGS = \
140 $(MYSQL_CPPFLAGS) 140 $(MYSQL_CPPFLAGS) $(AM_CPPFLAGS)
141 141
142libgnunet_plugin_datastore_postgres_la_SOURCES = \ 142libgnunet_plugin_datastore_postgres_la_SOURCES = \
143 plugin_datastore_postgres.c 143 plugin_datastore_postgres.c
@@ -148,7 +148,7 @@ libgnunet_plugin_datastore_postgres_la_LIBADD = \
148libgnunet_plugin_datastore_postgres_la_LDFLAGS = \ 148libgnunet_plugin_datastore_postgres_la_LDFLAGS = \
149 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq 149 $(GN_PLUGIN_LDFLAGS) $(POSTGRES_LDFLAGS) -lpq
150libgnunet_plugin_datastore_postgres_la_CPPFLAGS = \ 150libgnunet_plugin_datastore_postgres_la_CPPFLAGS = \
151 $(POSTGRES_CPPFLAGS) 151 $(POSTGRES_CPPFLAGS) $(AM_CPPFLAGS)
152 152
153 153
154libgnunet_plugin_datastore_template_la_SOURCES = \ 154libgnunet_plugin_datastore_template_la_SOURCES = \
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 2fcbd821a..ed3d57e5e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -49,7 +49,7 @@ if HAVE_GNUTLS
49if HAVE_LIBCURL 49if HAVE_LIBCURL
50# does not compile right now... 50# does not compile right now...
51if HAVE_EXPERIMENTAL 51if HAVE_EXPERIMENTAL
52# DO_PROXY=gnunet-gns-proxy 52 DO_PROXY=gnunet-gns-proxy
53endif 53endif
54endif 54endif
55endif 55endif
@@ -100,14 +100,15 @@ gnunet_dns2gns_DEPENDENCIES = \
100 $(top_builddir)/src/dns/libgnunetdnsstub.la \ 100 $(top_builddir)/src/dns/libgnunetdnsstub.la \
101 libgnunetgns.la 101 libgnunetgns.la
102 102
103#gnunet_gns_proxy_SOURCES = \ 103gnunet_gns_proxy_SOURCES = \
104# gnunet-gns-proxy.c gns_proxy_proto.h 104 gnunet-gns-proxy.c gns_proxy_proto.h
105#gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \ 105gnunet_gns_proxy_LDADD = -lmicrohttpd -lcurl -lgnutls \
106# $(top_builddir)/src/gns/libgnunetgns.la \ 106 $(top_builddir)/src/gns/libgnunetgns.la \
107# $(top_builddir)/src/util/libgnunetutil.la \ 107 $(top_builddir)/src/identity/libgnunetidentity.la \
108# $(GN_LIBINTL) 108 $(top_builddir)/src/util/libgnunetutil.la \
109#gnunet_gns_proxy_DEPENDENCIES = \ 109 $(GN_LIBINTL)
110# libgnunetgns.la 110gnunet_gns_proxy_DEPENDENCIES = \
111 libgnunetgns.la
111 112
112gnunet_gns_helper_service_w32_SOURCES = \ 113gnunet_gns_helper_service_w32_SOURCES = \
113 gnunet-gns-helper-service-w32.c 114 gnunet-gns-helper-service-w32.c
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 560d4f0f2..38c065cbf 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -38,7 +38,7 @@ gnunet_daemon_hostlist_LDADD = \
38 $(GN_LIBINTL) 38 $(GN_LIBINTL)
39 39
40gnunet_daemon_hostlist_CPPFLAGS = \ 40gnunet_daemon_hostlist_CPPFLAGS = \
41 @LIBCURL_CPPFLAGS@ 41 @LIBCURL_CPPFLAGS@ $(AM_CPPFLAGS)
42 42
43if HAVE_LIBCURL 43if HAVE_LIBCURL
44check_PROGRAMS = \ 44check_PROGRAMS = \
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index 9ea9209ea..9bc58bf04 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -302,7 +302,7 @@ libgnunet_plugin_transport_http_client_la_LDFLAGS = \
302libgnunet_plugin_transport_http_client_la_CFLAGS = \ 302libgnunet_plugin_transport_http_client_la_CFLAGS = \
303 $(CFLAGS) 303 $(CFLAGS)
304libgnunet_plugin_transport_http_client_la_CPPFLAGS = \ 304libgnunet_plugin_transport_http_client_la_CPPFLAGS = \
305 @LIBCURL_CPPFLAGS@ 305 @LIBCURL_CPPFLAGS@ $(AM_CPPFLAGS)
306 306
307 307
308libgnunet_plugin_transport_http_server_la_SOURCES = \ 308libgnunet_plugin_transport_http_server_la_SOURCES = \
@@ -333,7 +333,7 @@ libgnunet_plugin_transport_https_client_la_LDFLAGS = \
333libgnunet_plugin_transport_https_client_la_CFLAGS = \ 333libgnunet_plugin_transport_https_client_la_CFLAGS = \
334 $(CFLAGS) -DBUILD_HTTPS 334 $(CFLAGS) -DBUILD_HTTPS
335libgnunet_plugin_transport_https_client_la_CPPFLAGS = \ 335libgnunet_plugin_transport_https_client_la_CPPFLAGS = \
336 @LIBCURL_CPPFLAGS@ 336 @LIBCURL_CPPFLAGS@ $(AM_CPPFLAGS)
337 337
338 338
339libgnunet_plugin_transport_https_server_la_SOURCES = \ 339libgnunet_plugin_transport_https_server_la_SOURCES = \