aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2012-08-28 13:41:25 +0000
committerLRN <lrn1986@gmail.com>2012-08-28 13:41:25 +0000
commita48e0f4257bd82dd3df148c1a6d5123e314ed08e (patch)
treefdcc031955915b857130b1e4d9479a6df93fcab1 /src
parent415c261ba0169b53235d5e96da4d058e5e1f2d00 (diff)
downloadgnunet-a48e0f4257bd82dd3df148c1a6d5123e314ed08e.tar.gz
gnunet-a48e0f4257bd82dd3df148c1a6d5123e314ed08e.zip
Fix https client ldflags
Diffstat (limited to 'src')
-rw-r--r--src/transport/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index d4f16379a..21a1aa165 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -273,7 +273,7 @@ libgnunet_plugin_transport_https_client_la_LIBADD = \
273 @LIBCURL@ \ 273 @LIBCURL@ \
274 $(top_builddir)/src/nat/libgnunetnat.la \ 274 $(top_builddir)/src/nat/libgnunetnat.la \
275 $(top_builddir)/src/util/libgnunetutil.la 275 $(top_builddir)/src/util/libgnunetutil.la
276libgnunet_plugin_transport_https_client_laLDFLAGS = \ 276libgnunet_plugin_transport_https_client_la_LDFLAGS = \
277 $(GN_PLUGIN_LDFLAGS) 277 $(GN_PLUGIN_LDFLAGS)
278libgnunet_plugin_transport_https_client_la_CFLAGS = \ 278libgnunet_plugin_transport_https_client_la_CFLAGS = \
279 $(CFLAGS) -DBUILD_HTTPS 279 $(CFLAGS) -DBUILD_HTTPS