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.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 \