remove port from transport section because it was getting in the way of making sense...
[oweals/gnunet.git] / src / transport / Makefile.am
index 223f271baa505051f0b0256ebc789ee55b93e225..d0187af8b2e2dd1addc33a2bb79e4a675f170cf0 100644 (file)
@@ -73,7 +73,7 @@ bin_SCRIPTS = \
 
 gnunet_nat_server_SOURCES = \
  $(NATSERVER)
+
 gnunet_transport_wlan_helper_SOURCES = \
  gnunet-transport-wlan-helper.c         
 gnunet_transport_wlan_helper_LDADD = \
@@ -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 = \
@@ -294,13 +296,13 @@ test_transport_api_https_SOURCES = \
 test_transport_api_https_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/util/libgnunetutil.la  
+
 test_transport_api_reliability_https_SOURCES = \
  test_transport_api_reliability.c
 test_transport_api_reliability_https_LDADD = \
  $(top_builddir)/src/transport/libgnunettransport.la \
  $(top_builddir)/src/util/libgnunetutil.la
-     
+
 endif
 
 EXTRA_DIST = \