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, 4 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 39cbaa893..5e2b0e493 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,7 +16,7 @@ if HAVE_EXPERIMENTAL
16 psycutil \ 16 psycutil \
17 psycstore \ 17 psycstore \
18 psyc \ 18 psyc \
19 social 19 social
20# dv (FTBFS) 20# dv (FTBFS)
21if HAVE_ABE 21if HAVE_ABE
22if HAVE_JSON 22if HAVE_JSON
@@ -24,7 +24,7 @@ if HAVE_JSON
24 abe \ 24 abe \
25 credential \ 25 credential \
26 reclaim-attribute \ 26 reclaim-attribute \
27 reclaim 27 reclaim
28endif 28endif
29endif 29endif
30if HAVE_JSON 30if HAVE_JSON
@@ -80,6 +80,7 @@ else
80SUBDIRS = \ 80SUBDIRS = \
81 include $(INTLEMU_SUBDIRS) \ 81 include $(INTLEMU_SUBDIRS) \
82 util \ 82 util \
83 nt \
83 gnsrecord \ 84 gnsrecord \
84 hello \ 85 hello \
85 block \ 86 block \
@@ -129,6 +130,6 @@ SUBDIRS = \
129 $(EXP_DIR) \ 130 $(EXP_DIR) \
130 $(JSON_DIR) \ 131 $(JSON_DIR) \
131 $(REST_DIR) \ 132 $(REST_DIR) \
132 integration-tests 133 integration-tests
133 134
134endif 135endif