diff options
Diffstat (limited to 'src/Makefile.am')
-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 \ |