aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-10 00:25:38 +0200
committerSchanzenbach, Martin <martin.schanzenbach@aisec.fraunhofer.de>2018-08-10 00:25:38 +0200
commita6b091770787e9a5c508bb20d830d1dd816ae4e0 (patch)
treed4bcb83f5f54f0bb2dfc557ea89700598478a50e /src/Makefile.am
parenta081d2c1a230df2fb1483d8a29db5ccb692bc297 (diff)
downloadgnunet-a6b091770787e9a5c508bb20d830d1dd816ae4e0.tar.gz
gnunet-a6b091770787e9a5c508bb20d830d1dd816ae4e0.zip
temp fix for json deps
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4ded81891..79f7e3ddc 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -81,6 +81,7 @@ else
81SUBDIRS = \ 81SUBDIRS = \
82 include $(INTLEMU_SUBDIRS) \ 82 include $(INTLEMU_SUBDIRS) \
83 util \ 83 util \
84 gnsrecord \
84 $(JSON_DIR) \ 85 $(JSON_DIR) \
85 $(REST_DIR) \ 86 $(REST_DIR) \
86 $(JSONAPI_DIR) \ 87 $(JSONAPI_DIR) \
@@ -113,7 +114,6 @@ SUBDIRS = \
113 regex \ 114 regex \
114 dns \ 115 dns \
115 identity \ 116 identity \
116 gnsrecord \
117 namecache \ 117 namecache \
118 namestore \ 118 namestore \
119 peerstore \ 119 peerstore \