aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index cf47e8507..5fddebfa8 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -71,9 +71,11 @@ check_PROGRAMS = \
71 $(TESTING_TESTS) 71 $(TESTING_TESTS)
72endif 72endif
73 73
74if HAVE_REST 74if HAVE_MHD
75if HAVE_JSON
75REST_PLUGIN=libgnunet_plugin_rest_namestore.la 76REST_PLUGIN=libgnunet_plugin_rest_namestore.la
76endif 77endif
78endif
77 79
78if ENABLE_TEST_RUN 80if ENABLE_TEST_RUN
79AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH; 81AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;