diff options
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r-- | src/namestore/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am index 87b05862c3..62d433a11f 100644 --- a/src/namestore/Makefile.am +++ b/src/namestore/Makefile.am @@ -189,6 +189,7 @@ libgnunet_plugin_rest_namestore_la_SOURCES = \ plugin_rest_namestore.c libgnunet_plugin_rest_namestore_la_LIBADD = \ libgnunetnamestore.la \ + $(top_builddir)/src/rest/libgnunetrest.la \ $(top_builddir)/src/identity/libgnunetidentity.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ $(LTLIBINTL) -ljansson -lmicrohttpd |