aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-03-30 16:38:30 +0200
committerChristian Grothoff <christian@grothoff.org>2018-03-30 16:38:30 +0200
commita2ce1993fb0875955ab5e49f5fd81ec1c4bf5b19 (patch)
tree9d6b3801ba7c68e2ef6d674147fa21348803b944 /src/Makefile.am
parent064800aedb6c049a59734222756c0622a02cdc67 (diff)
downloadgnunet-a2ce1993fb0875955ab5e49f5fd81ec1c4bf5b19.tar.gz
gnunet-a2ce1993fb0875955ab5e49f5fd81ec1c4bf5b19.zip
move experimental subsystems into experimental build...
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am29
1 files changed, 15 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6d0284157..d8d548706 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,13 +11,23 @@ endif
11 11
12if HAVE_EXPERIMENTAL 12if HAVE_EXPERIMENTAL
13 EXP_DIR = \ 13 EXP_DIR = \
14 rps 14 rps \
15 multicast \
16 psycutil \
17 psycstore \
18 psyc \
19 social
15# dv (FTBFS) 20# dv (FTBFS)
16if HAVE_ABE 21if HAVE_ABE
17 EXP_DIR += abe \ 22 EXP_DIR += \
18 credential \ 23 abe \
19 identity-attribute \ 24 credential \
20 identity-provider 25 identity-attribute \
26 identity-provider
27endif
28if HAVE_JSON
29 EXP_DIR += \
30 auction
21endif 31endif
22endif 32endif
23 33
@@ -59,9 +69,6 @@ if HAVE_JSON
59endif 69endif
60endif 70endif
61 71
62if HAVE_JSON
63 AUCTION_DIR = auction
64endif
65 72
66if TALER_ONLY 73if TALER_ONLY
67SUBDIRS = \ 74SUBDIRS = \
@@ -123,12 +130,6 @@ SUBDIRS = \
123 pt \ 130 pt \
124 secretsharing \ 131 secretsharing \
125 integration-tests \ 132 integration-tests \
126 multicast \
127 psycutil \
128 psycstore \
129 psyc \
130 social \
131 $(AUCTION_DIR) \
132 $(EXP_DIR) 133 $(EXP_DIR)
133 134
134endif 135endif