From 46db89062f906a1d4f33cd24973f89e67d0b5a89 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 2 Jan 2012 02:32:39 +0000 Subject: [PATCH] -fix --- src/dns/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dns/Makefile.am b/src/dns/Makefile.am index 9e2566bca..4e2637204 100644 --- a/src/dns/Makefile.am +++ b/src/dns/Makefile.am @@ -39,7 +39,8 @@ gnunet_service_dns_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/dht/libgnunetdht.la \ $(top_builddir)/src/mesh/libgnunetmesh.la \ - $(GN_LIBINTL) -lgnunetdnsparser + $(top_builddir)/src/dns/libgnunetdnsparser.la \ + $(GN_LIBINTL) libgnunetdnsparser_la_SOURCES = \ -- 2.25.1