summaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-11-30 09:51:25 +0100
committerChristian Grothoff <christian@grothoff.org>2016-11-30 09:51:25 +0100
commit1466de299c038c5ef738271bd8040276f029e695 (patch)
tree50dfaa6cb9dadd31a1693aa3855686248161e6f4 /src/nat/Makefile.am
parent738cbe38dec2f275994c822631bf3aba02a6e6d0 (diff)
downloadgnunet-1466de299c038c5ef738271bd8040276f029e695.tar.gz
gnunet-1466de299c038c5ef738271bd8040276f029e695.zip
decided to keep NAT test logic in client library
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 0ca6dc1d2..d304a57d0 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -86,6 +86,7 @@ libgnunetnat_la_LDFLAGS = \
86libgnunetnatnew_la_SOURCES = \ 86libgnunetnatnew_la_SOURCES = \
87 nat_api.c \ 87 nat_api.c \
88 nat_api_stun.c nat_stun.h \ 88 nat_api_stun.c nat_stun.h \
89 nat_api_test.c \
89 nat.h 90 nat.h
90libgnunetnatnew_la_LIBADD = \ 91libgnunetnatnew_la_LIBADD = \
91 $(top_builddir)/src/util/libgnunetutil.la \ 92 $(top_builddir)/src/util/libgnunetutil.la \