aboutsummaryrefslogtreecommitdiff
path: root/src/topology
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/topology
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/topology')
-rw-r--r--src/topology/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/topology/Makefile.am b/src/topology/Makefile.am
index 91a5384f7..e5215f7a9 100644
--- a/src/topology/Makefile.am
+++ b/src/topology/Makefile.am
@@ -27,9 +27,10 @@ gnunet_daemon_topology_LDADD = \
27 $(GN_LIBINTL) 27 $(GN_LIBINTL)
28 28
29 29
30 30if HAVE_TESTING
31check_PROGRAMS = \ 31check_PROGRAMS = \
32 test_gnunet_daemon_topology 32 test_gnunet_daemon_topology
33endif
33 34
34if ENABLE_TEST_RUN 35if ENABLE_TEST_RUN
35TESTS = $(check_PROGRAMS) 36TESTS = $(check_PROGRAMS)