aboutsummaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-07 15:54:38 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-07 15:54:38 +0100
commit5c59b1796e462b468321ce1200eb4a6972340cce (patch)
treea33a10f2dd79ee4a799e96edd11ecf1ed3e5c6c7 /src/transport/Makefile.am
parentb0ab600ddc91843c7dbab894cd56ad006be30ed5 (diff)
downloadgnunet-5c59b1796e462b468321ce1200eb4a6972340cce.tar.gz
gnunet-5c59b1796e462b468321ce1200eb4a6972340cce.zip
migrate HTTP plugin to new NAT logic
Diffstat (limited to 'src/transport/Makefile.am')
-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 fea58b67a..57ea18493 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -388,7 +388,7 @@ libgnunet_plugin_transport_http_server_la_LIBADD = \
388 $(top_builddir)/src/hello/libgnunethello.la \ 388 $(top_builddir)/src/hello/libgnunethello.la \
389 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 389 $(top_builddir)/src/statistics/libgnunetstatistics.la \
390 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \ 390 $(top_builddir)/src/peerinfo/libgnunetpeerinfo.la \
391 $(top_builddir)/src/nat/libgnunetnat.la \ 391 $(top_builddir)/src/nat/libgnunetnatnew.la \
392 $(top_builddir)/src/util/libgnunetutil.la 392 $(top_builddir)/src/util/libgnunetutil.la
393libgnunet_plugin_transport_http_server_la_LDFLAGS = \ 393libgnunet_plugin_transport_http_server_la_LDFLAGS = \
394 $(GN_LIBMHD) \ 394 $(GN_LIBMHD) \