diff options
author | Martin Schanzenbach <mschanzenbach@posteo.de> | 2015-09-14 16:05:31 +0000 |
---|---|---|
committer | Martin Schanzenbach <mschanzenbach@posteo.de> | 2015-09-14 16:05:31 +0000 |
commit | 171cfeb1b32e21d12a1dbcbc5a9099bab37fab7e (patch) | |
tree | 59975a9b861446591c5ab30326a17bea58256a09 /src/namestore | |
parent | e454b48bfcbedd1f5fece654fd53941f69faa4e0 (diff) |
- fix invalid free in token rest, fix build bug, move rest up in dependancy list
Diffstat (limited to 'src/namestore')
-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 |