From 402a25de1ef93133c9879706071081405ade61f6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 1 Jan 2012 23:39:24 +0000 Subject: first quick hack to extract an initial DNS service API --- src/vpn/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vpn/Makefile.am') 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 = \ gnunet_daemon_vpn_SOURCES = \ gnunet-daemon-vpn.c gnunet-daemon-vpn.h \ gnunet-daemon-vpn-helper.c gnunet-daemon-vpn-helper.h \ - gnunet-daemon-vpn-dns.c gnunet-daemon-vpn-dns.h \ gnunet-helper-vpn-api.c gnunet-helper-vpn-api.h \ gnunet-vpn-checksum.c gnunet-vpn-checksum.h gnunet_daemon_vpn_LDADD = \ @@ -44,6 +43,7 @@ gnunet_daemon_vpn_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/mesh/libgnunetmesh.la \ $(top_builddir)/src/dns/libgnunetdnsparser.la \ + $(top_builddir)/src/dns/libgnunetdns.la \ $(GN_LIBINTL) gnunet_daemon_exit_SOURCES = \ -- cgit v1.2.3