aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5785242ba..76997918f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -21,13 +21,16 @@ if HAVE_EXPERIMENTAL
21 psyc \ 21 psyc \
22 rps \ 22 rps \
23 social \ 23 social \
24 identity-token \ 24 $(CONSENSUS) \
25 $(CONSENSUS) \
26 $(SECRETSHARING) \ 25 $(SECRETSHARING) \
27 $(SENSOR) \ 26 $(SENSOR) \
28 $(SENSORDASHBOARD) 27 $(SENSORDASHBOARD)
29endif 28endif
30 29
30if HAVE_REST
31 EXP_DIR += identity-token
32endif
33
31if BUILD_PULSE_HELPERS 34if BUILD_PULSE_HELPERS
32CONVERSATION_DIR = conversation 35CONVERSATION_DIR = conversation
33else 36else