aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/Makefile.am')
-rw-r--r--src/vpn/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index bb0993c66..786f94d6a 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -40,6 +40,7 @@ gnunet_service_vpn_SOURCES = \
40 gnunet-service-vpn.c 40 gnunet-service-vpn.c
41gnunet_service_vpn_LDADD = \ 41gnunet_service_vpn_LDADD = \
42 $(top_builddir)/src/statistics/libgnunetstatistics.la \ 42 $(top_builddir)/src/statistics/libgnunetstatistics.la \
43 $(top_builddir)/src/tun/libgnunettun.la \
43 $(top_builddir)/src/util/libgnunetutil.la \ 44 $(top_builddir)/src/util/libgnunetutil.la \
44 $(top_builddir)/src/mesh/libgnunetmesh.la \ 45 $(top_builddir)/src/mesh/libgnunetmesh.la \
45 $(GN_LIBINTL) 46 $(GN_LIBINTL)