aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vpn/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index d1ecd9f98..a5bbb6e22 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -31,7 +31,10 @@ bin_PROGRAMS = \
31 gnunet-vpn 31 gnunet-vpn
32 32
33gnunet_helper_vpn_SOURCES = \ 33gnunet_helper_vpn_SOURCES = \
34gnunet-helper-vpn.c 34 gnunet-helper-vpn.c
35gnunet_helper_vpn_LDADD = \
36 $(top_builddir)/src/util/libgnunetutil.la \
37 $(GN_LIBINTL)
35 38
36gnunet_service_vpn_SOURCES = \ 39gnunet_service_vpn_SOURCES = \
37 gnunet-service-vpn.c 40 gnunet-service-vpn.c