aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Makefile.am6
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
45 POSTGRES_DIR = pq 45 POSTGRES_DIR = pq
46endif 46endif
47 47
48if HAVE_NOLIBGCRYPT19
49 SCALARPRODUCT_DIR = scalarproduct
50endif
51
52REST_DIR = rest 48REST_DIR = rest
53 49
54 50
@@ -97,7 +93,7 @@ SUBDIRS = \
97 seti \ 93 seti \
98 setu \ 94 setu \
99 consensus \ 95 consensus \
100 $(SCALARPRODUCT_DIR) \ 96 scalarproduct \
101 revocation \ 97 revocation \
102 vpn \ 98 vpn \
103 gns \ 99 gns \