From: Christian Grothoff Date: Wed, 29 Feb 2012 12:51:57 +0000 (+0000) Subject: -LRN: Refer to own library by a relative path X-Git-Tag: initial-import-from-subversion-38251~14541 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=58b0c3ab02e3212465ca16d987313111d27952b3;p=oweals%2Fgnunet.git -LRN: Refer to own library by a relative path --- 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