aboutsummaryrefslogtreecommitdiff
path: root/src/identity/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/identity/Makefile.am
parentebcc6d29c91f2091950e53820f98c2a95bca3a7a (diff)
downloadgnunet-e2e045f3fef2231c435ae7dacbb5e947a0193a20.tar.gz
gnunet-e2e045f3fef2231c435ae7dacbb5e947a0193a20.zip
- remove HAVE_REST, remove json reference from rest
Diffstat (limited to 'src/identity/Makefile.am')
-rw-r--r--src/identity/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/identity/Makefile.am b/src/identity/Makefile.am
index f902f74fd..9b28ac093 100644
--- a/src/identity/Makefile.am
+++ b/src/identity/Makefile.am
@@ -39,11 +39,13 @@ bin_PROGRAMS = \
39libexec_PROGRAMS = \ 39libexec_PROGRAMS = \
40 gnunet-service-identity 40 gnunet-service-identity
41 41
42if HAVE_REST 42if HAVE_MHD
43if HAVE_JSON
43plugin_LTLIBRARIES = \ 44plugin_LTLIBRARIES = \
44 libgnunet_plugin_rest_identity.la \ 45 libgnunet_plugin_rest_identity.la \
45 libgnunet_plugin_gnsrecord_identity.la 46 libgnunet_plugin_gnsrecord_identity.la
46endif 47endif
48endif
47 49
48 50
49gnunet_service_identity_SOURCES = \ 51gnunet_service_identity_SOURCES = \