aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-09-23 14:57:57 +0900
committerMartin Schanzenbach <schanzen@gnunet.org>2022-09-23 14:57:57 +0900
commit7678d77b1cb0dcfd8887016d35b27fbedb136050 (patch)
treed2755d9f5f184e958f8259ed11bde6991d1bc273 /src/namestore/Makefile.am
parent8ecf052b2976ee8148b20013b45114ba32e8cd78 (diff)
downloadgnunet-7678d77b1cb0dcfd8887016d35b27fbedb136050.tar.gz
gnunet-7678d77b1cb0dcfd8887016d35b27fbedb136050.zip
NAMESTORE: Add select ... for update / edit records APIs
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 32f2605ca..e3c1825d3 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -553,8 +553,9 @@ check_SCRIPTS = \
553 test_namestore_lookup.sh \ 553 test_namestore_lookup.sh \
554 test_namestore_delete.sh 554 test_namestore_delete.sh
555 555
556check_SCRIPTS += \ 556# FIXME
557 test_plugin_rest_namestore.sh 557#check_SCRIPTS += \
558# test_plugin_rest_namestore.sh
558 559
559EXTRA_DIST = \ 560EXTRA_DIST = \
560 test_common.c \ 561 test_common.c \