aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/scalarproduct/Makefile.am')
-rw-r--r--src/scalarproduct/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am
index 81ee9c4fc..a92e684f4 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -39,7 +39,7 @@ gnunet_service_scalarproduct_SOURCES = \
39 gnunet-service-scalarproduct.c 39 gnunet-service-scalarproduct.c
40gnunet_service_scalarproduct_LDADD = \ 40gnunet_service_scalarproduct_LDADD = \
41 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
42 $(top_builddir)/src/mesh/libgnunetmesh.la \ 42 $(top_builddir)/src/cadet/libgnunetcadet.la \
43 $(top_builddir)/src/set/libgnunetset.la \ 43 $(top_builddir)/src/set/libgnunetset.la \
44 $(LIBGCRYPT_LIBS) \ 44 $(LIBGCRYPT_LIBS) \
45 -lgcrypt \ 45 -lgcrypt \