summaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-12-17 08:00:29 +0100
committerChristian Grothoff <christian@grothoff.org>2016-12-17 08:00:29 +0100
commit545faeda8f7fb7e03bb39602df6142f630157050 (patch)
tree26aac9f044212d5f492b4ac3d0522af136aab58e /src/nat/Makefile.am
parenta1e76003ca590ea8d3e9387da35d87419417abb8 (diff)
downloadgnunet-545faeda8f7fb7e03bb39602df6142f630157050.tar.gz
gnunet-545faeda8f7fb7e03bb39602df6142f630157050.zip
misc. improvements to new NAT service, starting with autoconfiguration logic
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index c62a8d2cf..1dd8e44b9 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -98,6 +98,7 @@ libgnunetnatnew_la_LDFLAGS = \
98gnunet_service_nat_SOURCES = \ 98gnunet_service_nat_SOURCES = \
99 gnunet-service-nat.c \ 99 gnunet-service-nat.c \
100 gnunet-service-nat_stun.c gnunet-service-nat_stun.h \ 100 gnunet-service-nat_stun.c gnunet-service-nat_stun.h \
101 gnunet-service-nat_mini.c gnunet-service-nat_mini.h \
101 gnunet-service-nat_helper.c gnunet-service-nat_helper.h 102 gnunet-service-nat_helper.c gnunet-service-nat_helper.h
102gnunet_service_nat_LDADD = \ 103gnunet_service_nat_LDADD = \
103 $(top_builddir)/src/util/libgnunetutil.la \ 104 $(top_builddir)/src/util/libgnunetutil.la \