aboutsummaryrefslogtreecommitdiff
path: root/src/nat/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/Makefile.am')
-rw-r--r--src/nat/Makefile.am9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/nat/Makefile.am b/src/nat/Makefile.am
index 037c97ef4..0fde4c22d 100644
--- a/src/nat/Makefile.am
+++ b/src/nat/Makefile.am
@@ -34,7 +34,8 @@ install-exec-hook:
34endif 34endif
35 35
36bin_PROGRAMS = \ 36bin_PROGRAMS = \
37 gnunet-nat-server 37 gnunet-nat-server \
38 gnunet-nat
38 39
39libexec_PROGRAMS = \ 40libexec_PROGRAMS = \
40 $(NATBIN) 41 $(NATBIN)
@@ -51,6 +52,12 @@ gnunet_helper_nat_server_SOURCES = \
51gnunet_helper_nat_client_SOURCES = \ 52gnunet_helper_nat_client_SOURCES = \
52 $(NATCLIENT) 53 $(NATCLIENT)
53 54
55
56gnunet_nat_SOURCES = \
57gnunet-nat.c nat.h
58gnunet_nat_LDADD = \
59 libgnunetnat.la \
60 $(top_builddir)/src/util/libgnunetutil.la
54 61
55 62
56if USE_COVERAGE 63if USE_COVERAGE