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.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index b9fa83103..646effd9b 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -681,6 +681,13 @@ check_SCRIPTS = \
681 test_namestore_lookup.sh \ 681 test_namestore_lookup.sh \
682 test_namestore_delete.sh 682 test_namestore_delete.sh
683 683
684if HAVE_MHD
685if HAVE_JSON
686check_SCRIPTS += \
687 test_plugin_rest_namestore.sh
688endif
689endif
690
684EXTRA_DIST = \ 691EXTRA_DIST = \
685 test_common.c \ 692 test_common.c \
686 test_namestore_api.conf \ 693 test_namestore_api.conf \