From fe1e67e9cab9d7bad0211c654ec90f1ef15b7c97 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 29 Feb 2012 08:44:35 +0000 Subject: [PATCH] -LRN: fix --- src/namestore/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index ca87aa721..f67ccf9ad 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -51,6 +51,7 @@ gnunet_service_namestore_LDADD = \ $(top_builddir)/src/namestore/libgnunetnamestore.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la \ + libgnunetnamestore.la \ $(GN_LIBINTL) if HAVE_SQLITE -- 2.25.1