From 3310fb847c7a84dbc23788caf6e64126507d500c Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Thu, 9 Sep 2010 12:32:05 +0000 Subject: [PATCH] HTTP & HTTPS plugin source is now merged and boths plugins are build from plugin_transport_http.c --- src/transport/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 223f271ba..cb258a125 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -173,7 +173,7 @@ libgnunet_plugin_transport_http_la_LDFLAGS = \ $(GN_PLUGIN_LDFLAGS) libgnunet_plugin_transport_https_la_SOURCES = \ - plugin_transport_https.c + plugin_transport_http.c libgnunet_plugin_transport_https_la_LIBADD = \ $(top_builddir)/src/hello/libgnunethello.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ @@ -182,7 +182,9 @@ libgnunet_plugin_transport_https_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la libgnunet_plugin_transport_https_la_LDFLAGS = \ $(GN_LIBMHD) \ - $(GN_PLUGIN_LDFLAGS) + $(GN_PLUGIN_LDFLAGS) +libgnunet_plugin_transport_https_la_CFLAGS = \ + $(CFLAGS) -DBUILD_HTTPS endif check_PROGRAMS = \ -- 2.25.1