aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 38fa42356..f38dd19d3 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,14 +13,9 @@ endif
13if HAVE_EXPERIMENTAL 13if HAVE_EXPERIMENTAL
14 EXP_DIR = \ 14 EXP_DIR = \
15 dv \ 15 dv \
16 multicast \
17 psycutil \
18 psycstore \
19 psyc \
20 rps \ 16 rps \
21 social \
22 $(CONSENSUS) \ 17 $(CONSENSUS) \
23 $(SECRETSHARING) 18 $(SECRETSHARING)
24endif 19endif
25 20
26if HAVE_REST 21if HAVE_REST
@@ -105,6 +100,11 @@ SUBDIRS = \
105 exit \ 100 exit \
106 pt \ 101 pt \
107 integration-tests \ 102 integration-tests \
103 multicast \
104 psycutil \
105 psycstore \
106 psyc \
107 social \
108 $(EXP_DIR) \ 108 $(EXP_DIR) \
109 $(PROVIDER_DIR) 109 $(PROVIDER_DIR)
110 110