aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorjospaeth <spaethj@in.tum.de>2020-07-09 14:55:41 +0200
committerjospaeth <spaethj@in.tum.de>2020-07-09 14:56:10 +0200
commit4db9f457a19f1eeb8b8b9d1ea5cfa8515ec0c11f (patch)
tree622850aa1c4496d25735b02eecbefad66f79fe64 /src/Makefile.am
parenteeb3610df1d4f102e60abf20d22a3febc0f9b273 (diff)
downloadgnunet-4db9f457a19f1eeb8b8b9d1ea5cfa8515ec0c11f.tar.gz
gnunet-4db9f457a19f1eeb8b8b9d1ea5cfa8515ec0c11f.zip
include sss library checks, minor fixes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5956d65e5..591d1c04f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -9,11 +9,14 @@ if HAVE_TESTING
9 ATS_TESTS = ats-tests 9 ATS_TESTS = ats-tests
10endif 10endif
11 11
12if HAVE_SSS
13 ESCROW_DIR = escrow
14endif
12if HAVE_EXPERIMENTAL 15if HAVE_EXPERIMENTAL
13 EXP_DIR = \ 16 EXP_DIR = \
14 rps \ 17 rps \
15 abd \ 18 abd \
16 escrow 19 $(ESCROW_DIR)
17if HAVE_ABE 20if HAVE_ABE
18 EXP_DIR += \ 21 EXP_DIR += \
19 abe 22 abe