aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-05 09:13:47 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-05 09:13:47 +0000
commite2e045f3fef2231c435ae7dacbb5e947a0193a20 (patch)
treeb7e82a64747f01328ec7bbc621ac0bef9af1a839 /src/gns/Makefile.am
parentebcc6d29c91f2091950e53820f98c2a95bca3a7a (diff)
downloadgnunet-e2e045f3fef2231c435ae7dacbb5e947a0193a20.tar.gz
gnunet-e2e045f3fef2231c435ae7dacbb5e947a0193a20.zip
- remove HAVE_REST, remove json reference from rest
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 5ac598735..04fe45224 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -92,9 +92,11 @@ plugin_LTLIBRARIES = \
92 libgnunet_plugin_gnsrecord_gns.la 92 libgnunet_plugin_gnsrecord_gns.la
93 93
94 94
95if HAVE_REST 95if HAVE_MHD
96if HAVE_JSON
96plugin_LTLIBRARIES += libgnunet_plugin_rest_gns.la 97plugin_LTLIBRARIES += libgnunet_plugin_rest_gns.la
97endif 98endif
99endif
98 100
99libgnunet_plugin_gnsrecord_gns_la_SOURCES = \ 101libgnunet_plugin_gnsrecord_gns_la_SOURCES = \
100 plugin_gnsrecord_gns.c 102 plugin_gnsrecord_gns.c