aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 13:26:13 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 13:26:13 +0000
commit332e61ee2a0929ede3725cb58b78154b889bd1ae (patch)
tree0b2786f82e8d1b49d9947bf0c943bd9736e16e10 /src/namestore/Makefile.am
parent35927ed463d637b46ec7f819578dbdf46b44d1f4 (diff)
downloadgnunet-332e61ee2a0929ede3725cb58b78154b889bd1ae.tar.gz
gnunet-332e61ee2a0929ede3725cb58b78154b889bd1ae.zip
-build namestore
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 5a9675517..7c602ac13 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -36,6 +36,9 @@ endif
36endif 36endif
37endif 37endif
38 38
39# testcases do not even build yet; thus: experimental!
40if HAVE_EXPERIMENTAL
41
39if HAVE_TESTING 42if HAVE_TESTING
40TESTING_TESTS = \ 43TESTING_TESTS = \
41 test_namestore_api \ 44 test_namestore_api \
@@ -62,6 +65,9 @@ check_PROGRAMS = \
62 test_namestore_api_sign_verify 65 test_namestore_api_sign_verify
63endif 66endif
64 67
68# end of 'HAVE_EXPERIMENTAL' for testcases
69endif
70
65if ENABLE_TEST_RUN 71if ENABLE_TEST_RUN
66TESTS = $(check_PROGRAMS) 72TESTS = $(check_PROGRAMS)
67endif 73endif