From ea7eed529e12dcbed6a6775b818d8b93b9505f18 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Thu, 27 Jun 2013 06:11:55 +0000 Subject: Make building gnunet-testing lib optional. This is all because emscripten doesn't have getaddrinfo. --- src/dv/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/dv/Makefile.am') diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index 1b90c2cc8..72e8fa4a8 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -65,10 +65,11 @@ libgnunet_plugin_transport_dv_la_LDFLAGS = \ libgnunet_plugin_transport_dv_la_DEPENDENCIES = \ libgnunetdv.la +if HAVE_TESTING check_PROGRAMS = \ test_transport_blacklist \ test_transport_dv - +endif if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) -- cgit v1.2.3