From 58b0c3ab02e3212465ca16d987313111d27952b3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 29 Feb 2012 12:51:57 +0000 Subject: [PATCH] -LRN: Refer to own library by a relative path --- src/gns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index cc1993952..0aa615737 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -72,7 +72,7 @@ gnunet_service_gns_DEPENDENCIES = \ $(top_builddir)/src/dns/libgnunetdns.la \ $(top_builddir)/src/dns/libgnunetdnsparser.la \ $(top_builddir)/src/dht/libgnunetdht.la \ - $(top_builddir)/src/gns/libgnunetnamestore.la + libgnunetnamestore.la libgnunetgns_la_SOURCES = \ gns_api.c gns.h -- 2.25.1