aboutsummaryrefslogtreecommitdiff
path: root/src/dv
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2013-06-27 06:11:55 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2013-06-27 06:11:55 +0000
commitea7eed529e12dcbed6a6775b818d8b93b9505f18 (patch)
tree521ba312e1268d1afb249db03c1b97d5a79181a1 /src/dv
parent48e50f64d8c05b2a6dab327156ea86fc92f171cf (diff)
downloadgnunet-ea7eed529e12dcbed6a6775b818d8b93b9505f18.tar.gz
gnunet-ea7eed529e12dcbed6a6775b818d8b93b9505f18.zip
Make building gnunet-testing lib optional.
This is all because emscripten doesn't have getaddrinfo.
Diffstat (limited to 'src/dv')
-rw-r--r--src/dv/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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 = \
65libgnunet_plugin_transport_dv_la_DEPENDENCIES = \ 65libgnunet_plugin_transport_dv_la_DEPENDENCIES = \
66 libgnunetdv.la 66 libgnunetdv.la
67 67
68if HAVE_TESTING
68check_PROGRAMS = \ 69check_PROGRAMS = \
69 test_transport_blacklist \ 70 test_transport_blacklist \
70 test_transport_dv 71 test_transport_dv
71 72endif
72 73
73if ENABLE_TEST_RUN 74if ENABLE_TEST_RUN
74 TESTS = $(check_PROGRAMS) 75 TESTS = $(check_PROGRAMS)