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/scalarproduct/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/scalarproduct/Makefile.am') diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am index 11a937378..0bdc76e3e 100644 --- a/src/scalarproduct/Makefile.am +++ b/src/scalarproduct/Makefile.am @@ -29,6 +29,7 @@ gnunet_scalarproduct_SOURCES = \ gnunet_scalarproduct_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/scalarproduct/libgnunetscalarproduct.la \ + $(LIBGCRYPT_LIBS) \ -lgcrypt \ $(GN_LIBINTL) gnunet_scalarproduct_DEPENDENCIES = \ @@ -40,6 +41,7 @@ gnunet_service_scalarproduct_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/mesh/libgnunetmesh.la \ $(top_builddir)/src/set/libgnunetset.la \ + $(LIBGCRYPT_LIBS) \ -lgcrypt \ $(GN_LIBINTL) @@ -49,6 +51,7 @@ libgnunetscalarproduct_la_SOURCES = \ libgnunetscalarproduct_la_LIBADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ + $(LIBGCRYPT_LIBS) \ -lgcrypt \ $(LTLIBINTL) libgnunetscalarproduct_la_LDFLAGS = \ -- cgit v1.2.3