summaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-30 08:17:33 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-30 08:17:33 +0100
commite43df97dfdb10903dd53571ab07863d95740592c (patch)
tree5a4bfaffe744b311d3097eac17117a978a8c259c /src/nat/Makefile.am
parent1b4333f3a6a4f76aa76fc3abc21e8476ea0a92e3 (diff)
downloadgnunet-e43df97dfdb10903dd53571ab07863d95740592c.tar.gz
gnunet-e43df97dfdb10903dd53571ab07863d95740592c.zip
moving basic logic for launching nat-server helper to new NAT service
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 6e96c41ff..0ca6dc1d2 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -96,7 +96,8 @@ libgnunetnatnew_la_LDFLAGS = \
96 96
97gnunet_service_nat_SOURCES = \ 97gnunet_service_nat_SOURCES = \
98 gnunet-service-nat.c \ 98 gnunet-service-nat.c \
99 gnunet-service-nat_stun.c gnunet-service-nat_stun.h 99 gnunet-service-nat_stun.c gnunet-service-nat_stun.h \
100 gnunet-service-nat_helper.c gnunet-service-nat_helper.h
100gnunet_service_nat_LDADD = \ 101gnunet_service_nat_LDADD = \
101 $(top_builddir)/src/util/libgnunetutil.la \ 102 $(top_builddir)/src/util/libgnunetutil.la \
102 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 103 $(top_builddir)/src/statistics/libgnunetstatistics.la \