aboutsummaryrefslogtreecommitdiff
path: root/src/identity/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/identity/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/identity/Makefile.am')
-rw-r--r--src/identity/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index ae90665e2..64fb36fb5 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -66,6 +66,7 @@ libgnunet_plugin_rest_identity_la_SOURCES = \
66 plugin_rest_identity.c 66 plugin_rest_identity.c
67libgnunet_plugin_rest_identity_la_LIBADD = \ 67libgnunet_plugin_rest_identity_la_LIBADD = \
68 libgnunetidentity.la \ 68 libgnunetidentity.la \
69 $(top_builddir)/src/rest/libgnunetrest.la \
69 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \ 70 $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) \
70 $(LTLIBINTL) -ljansson -lmicrohttpd 71 $(LTLIBINTL) -ljansson -lmicrohttpd
71libgnunet_plugin_rest_identity_la_LDFLAGS = \ 72libgnunet_plugin_rest_identity_la_LDFLAGS = \