aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-30 19:26:40 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-03-30 19:26:40 +0200
commitca4c9eae269c34765df26699fe756860c7827693 (patch)
tree3e3a70fc3294bc6b62b4f9d099d5cbcabf25c3ee /src/Makefile.am
parentd8b32bc60d26a8a30b71530af0bd3e9e037e073b (diff)
downloadgnunet-ca4c9eae269c34765df26699fe756860c7827693.tar.gz
gnunet-ca4c9eae269c34765df26699fe756860c7827693.zip
UTIL/SCALARPRODUCT: Do not build ECC dlog or scalarproduct with incompatible libgcrypt versions (>=1.9.0)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d8a869acb..564923e28 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,6 +45,10 @@ if HAVE_POSTGRESQL
45 POSTGRES_DIR = pq 45 POSTGRES_DIR = pq
46endif 46endif
47 47
48if HAVE_NOLIBGCRYPT19
49 SCALARPRODUCT_DIR = scalarproduct
50endif
51
48REST_DIR = rest 52REST_DIR = rest
49 53
50 54
@@ -93,7 +97,7 @@ SUBDIRS = \
93 seti \ 97 seti \
94 setu \ 98 setu \
95 consensus \ 99 consensus \
96 scalarproduct \ 100 $(SCALARPRODUCT_DIR) \
97 revocation \ 101 revocation \
98 vpn \ 102 vpn \
99 gns \ 103 gns \