From f022b206a5378f4c9d0e12c4cffc51801fbc83bf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Apr 2021 21:13:07 +0200 Subject: -unconditionally compile scalarproduct again --- src/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 564923e28..d8a869acb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -45,10 +45,6 @@ if HAVE_POSTGRESQL POSTGRES_DIR = pq endif -if HAVE_NOLIBGCRYPT19 - SCALARPRODUCT_DIR = scalarproduct -endif - REST_DIR = rest @@ -97,7 +93,7 @@ SUBDIRS = \ seti \ setu \ consensus \ - $(SCALARPRODUCT_DIR) \ + scalarproduct \ revocation \ vpn \ gns \ -- cgit v1.2.3