aboutsummaryrefslogtreecommitdiff
path: root/src/identity/Makefile.am
diff options
context:
space:
mode:
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 = \