diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-18 21:13:07 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-18 21:13:07 +0200 |
commit | f022b206a5378f4c9d0e12c4cffc51801fbc83bf (patch) | |
tree | 9469c774e8e065192ffe08d25f086597a5e1a083 | |
parent | 75cfa6370bc902765c26b50bb858c9a5bc1e8e48 (diff) |
-unconditionally compile scalarproduct again
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 1 insertions, 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 \ |