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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/Makefile.am b/src/vpn/Makefile.am
index dfba44f0a..13928dba3 100644
--- a/src/vpn/Makefile.am
+++ b/src/vpn/Makefile.am
@@ -35,7 +35,6 @@ gnunet_helper_vpn_SOURCES = \
35gnunet_daemon_vpn_SOURCES = \ 35gnunet_daemon_vpn_SOURCES = \
36 gnunet-daemon-vpn.c gnunet-daemon-vpn.h \ 36 gnunet-daemon-vpn.c gnunet-daemon-vpn.h \
37 gnunet-daemon-vpn-helper.c gnunet-daemon-vpn-helper.h \ 37 gnunet-daemon-vpn-helper.c gnunet-daemon-vpn-helper.h \
38 gnunet-daemon-vpn-dns.c gnunet-daemon-vpn-dns.h \
39 gnunet-helper-vpn-api.c gnunet-helper-vpn-api.h \ 38 gnunet-helper-vpn-api.c gnunet-helper-vpn-api.h \
40 gnunet-vpn-checksum.c gnunet-vpn-checksum.h 39 gnunet-vpn-checksum.c gnunet-vpn-checksum.h
41gnunet_daemon_vpn_LDADD = \ 40gnunet_daemon_vpn_LDADD = \
@@ -44,6 +43,7 @@ gnunet_daemon_vpn_LDADD = \
44 $(top_builddir)/src/util/libgnunetutil.la \ 43 $(top_builddir)/src/util/libgnunetutil.la \
45 $(top_builddir)/src/mesh/libgnunetmesh.la \ 44 $(top_builddir)/src/mesh/libgnunetmesh.la \
46 $(top_builddir)/src/dns/libgnunetdnsparser.la \ 45 $(top_builddir)/src/dns/libgnunetdnsparser.la \
46 $(top_builddir)/src/dns/libgnunetdns.la \
47 $(GN_LIBINTL) 47 $(GN_LIBINTL)
48 48
49gnunet_daemon_exit_SOURCES = \ 49gnunet_daemon_exit_SOURCES = \