aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-15 12:49:07 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-15 12:49:07 +0000
commit3a85392fefd67dc0d3e3ab85be73a8fa1a99049f (patch)
tree8f0ea587f1a0101e4579433be39f82eb3c91d463
parentc5f89803f18b7d472f1b754c95e0959fa5dd5933 (diff)
downloadgnunet-3a85392fefd67dc0d3e3ab85be73a8fa1a99049f.tar.gz
gnunet-3a85392fefd67dc0d3e3ab85be73a8fa1a99049f.zip
-fix
-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