aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-14 16:05:31 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2015-09-14 16:05:31 +0000
commit171cfeb1b32e21d12a1dbcbc5a9099bab37fab7e (patch)
tree59975a9b861446591c5ab30326a17bea58256a09 /src/namestore/Makefile.am
parente454b48bfcbedd1f5fece654fd53941f69faa4e0 (diff)
downloadgnunet-171cfeb1b32e21d12a1dbcbc5a9099bab37fab7e.tar.gz
gnunet-171cfeb1b32e21d12a1dbcbc5a9099bab37fab7e.zip
- fix invalid free in token rest, fix build bug, move rest up in dependancy list
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 87b05862c..62d433a11 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -189,6 +189,7 @@ libgnunet_plugin_rest_namestore_la_SOURCES = \
189 plugin_rest_namestore.c 189 plugin_rest_namestore.c
190libgnunet_plugin_rest_namestore_la_LIBADD = \ 190libgnunet_plugin_rest_namestore_la_LIBADD = \
191 libgnunetnamestore.la \ 191 libgnunetnamestore.la \
192 $(top_builddir)/src/rest/libgnunetrest.la \
192 $(top_builddir)/src/identity/libgnunetidentity.la \ 193 $(top_builddir)/src/identity/libgnunetidentity.la \
193 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 194 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
194 $(LTLIBINTL) -ljansson -lmicrohttpd 195 $(LTLIBINTL) -ljansson -lmicrohttpd