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.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index cfc0456c7..e533cc081 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -67,12 +67,10 @@ gnunet_service_vpn_CFLAGS = \
67gnunet_vpn_SOURCES = \ 67gnunet_vpn_SOURCES = \
68 gnunet-vpn.c 68 gnunet-vpn.c
69gnunet_vpn_LDADD = \ 69gnunet_vpn_LDADD = \
70 $(top_builddir)/src/vpn/libgnunetvpn.la \ 70 libgnunetvpn.la \
71 $(top_builddir)/src/tun/libgnunettun.la \ 71 $(top_builddir)/src/tun/libgnunettun.la \
72 $(top_builddir)/src/util/libgnunetutil.la \ 72 $(top_builddir)/src/util/libgnunetutil.la \
73 $(GN_LIBINTL) 73 $(GN_LIBINTL)
74gnunet_vpn_DEPENDENCIES = \
75 libgnunetvpn.la
76 74
77libgnunetvpn_la_SOURCES = \ 75libgnunetvpn_la_SOURCES = \
78 vpn_api.c vpn.h 76 vpn_api.c vpn.h