aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/identity/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index 89f755fd9..5bdc9b73a 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -79,7 +79,7 @@ gnunet_identity_token_SOURCES = \
79 check_token.c 79 check_token.c
80gnunet_identity_token_LDADD = \ 80gnunet_identity_token_LDADD = \
81 $(top_builddir)/src/util/libgnunetutil.la \ 81 $(top_builddir)/src/util/libgnunetutil.la \
82 -ljansson -lmicrohttpd 82 -ljansson -lmicrohttpd \
83 $(GN_LIBINTL) 83 $(GN_LIBINTL)
84 84
85if HAVE_TESTING 85if HAVE_TESTING