aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-05 18:03:58 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-05 18:03:58 +0000
commit14f9ba0d86025dfd2defb1635899c75da4815d16 (patch)
treed88c4404b496a1fc27fc0c4b6239c5ec4aee4510 /src/scalarproduct/Makefile.am
parent29ee3958cd75cf5f91846f8235278061e6c9309f (diff)
downloadgnunet-14f9ba0d86025dfd2defb1635899c75da4815d16.tar.gz
gnunet-14f9ba0d86025dfd2defb1635899c75da4815d16.zip
-towards ECC variant of SP
Diffstat (limited to 'src/scalarproduct/Makefile.am')
-rw-r--r--src/scalarproduct/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scalarproduct/Makefile.am b/src/scalarproduct/Makefile.am
index 13e1a00d2..c09e38393 100644
--- a/src/scalarproduct/Makefile.am
+++ b/src/scalarproduct/Makefile.am
@@ -60,7 +60,7 @@ gnunet_service_scalarproduct_bob_LDADD = \
60 $(GN_LIBINTL) 60 $(GN_LIBINTL)
61 61
62gnunet_service_scalarproduct_ecc_alice_SOURCES = \ 62gnunet_service_scalarproduct_ecc_alice_SOURCES = \
63 gnunet-service-scalarproduct.h \ 63 gnunet-service-scalarproduct-ecc.h \
64 gnunet-service-scalarproduct-ecc_alice.c 64 gnunet-service-scalarproduct-ecc_alice.c
65gnunet_service_scalarproduct_ecc_alice_LDADD = \ 65gnunet_service_scalarproduct_ecc_alice_LDADD = \
66 $(top_builddir)/src/util/libgnunetutil.la \ 66 $(top_builddir)/src/util/libgnunetutil.la \
@@ -71,7 +71,7 @@ gnunet_service_scalarproduct_ecc_alice_LDADD = \
71 $(GN_LIBINTL) 71 $(GN_LIBINTL)
72 72
73gnunet_service_scalarproduct_ecc_bob_SOURCES = \ 73gnunet_service_scalarproduct_ecc_bob_SOURCES = \
74 gnunet-service-scalarproduct.h \ 74 gnunet-service-scalarproduct-ecc.h \
75 gnunet-service-scalarproduct-ecc_bob.c 75 gnunet-service-scalarproduct-ecc_bob.c
76gnunet_service_scalarproduct_ecc_bob_LDADD = \ 76gnunet_service_scalarproduct_ecc_bob_LDADD = \
77 $(top_builddir)/src/util/libgnunetutil.la \ 77 $(top_builddir)/src/util/libgnunetutil.la \