From f1d741415d9af284955122c931118f2bca5ba2d0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 24 Dec 2013 19:34:53 +0000 Subject: -make sure to link against right libgcrypt, enable abort of gnunet-revocation even if identity service is not running --- src/revocation/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/revocation/Makefile.am') diff --git a/src/revocation/Makefile.am b/src/revocation/Makefile.am index 25a171001..18d379b0b 100644 --- a/src/revocation/Makefile.am +++ b/src/revocation/Makefile.am @@ -34,6 +34,7 @@ libgnunetrevocation_la_SOURCES = \ revocation_api.c revocation.h libgnunetrevocation_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ + $(LIBGCRYPT_LIBS) \ $(GN_LIBINTL) $(XLIB) -lgcrypt libgnunetrevocation_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ @@ -66,7 +67,7 @@ test_revocation_LDADD = \ $(top_builddir)/src/testbed/libgnunettestbed.la check_PROGRAMS = \ - test_revocation + test_revocation check_SCRIPTS = \ -- cgit v1.2.3