summaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-27 14:43:02 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-27 14:43:02 +0100
commitc30f9fe5daf92a89849f7d6d22eacb603918b42d (patch)
tree70b07926e1170c5b19a3d09a773ec2c1422d84df /src/nat/Makefile.am
parentb035390c73b241ddb513f420671043e9113c237c (diff)
downloadgnunet-c30f9fe5daf92a89849f7d6d22eacb603918b42d.tar.gz
gnunet-c30f9fe5daf92a89849f7d6d22eacb603918b42d.zip
largely completing gnunet-nat tool, using new service API (but untested)
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index d8d50e1a4..c3477930d 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -58,7 +58,7 @@ gnunet_helper_nat_client_SOURCES = \
58gnunet_nat_SOURCES = \ 58gnunet_nat_SOURCES = \
59 gnunet-nat.c nat.h 59 gnunet-nat.c nat.h
60gnunet_nat_LDADD = \ 60gnunet_nat_LDADD = \
61 libgnunetnat.la \ 61 libgnunetnatnew.la \
62 $(top_builddir)/src/util/libgnunetutil.la 62 $(top_builddir)/src/util/libgnunetutil.la
63 63
64 64