aboutsummaryrefslogtreecommitdiff
path: root/src/set/Makefile.am
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/set/Makefile.am
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/set/Makefile.am')
-rw-r--r--src/set/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/set/Makefile.am b/src/set/Makefile.am
index c2449e0ea..68ed55190 100644
--- a/src/set/Makefile.am
+++ b/src/set/Makefile.am
@@ -62,8 +62,10 @@ libgnunetset_la_LIBADD = \
62libgnunetset_la_LDFLAGS = \ 62libgnunetset_la_LDFLAGS = \
63 $(GN_LIB_LDFLAGS) 63 $(GN_LIB_LDFLAGS)
64 64
65if HAVE_TESTING
65check_PROGRAMS = \ 66check_PROGRAMS = \
66 test_set_api 67 test_set_api
68endif
67 69
68if ENABLE_TEST_RUN 70if ENABLE_TEST_RUN
69TESTS = $(check_PROGRAMS) 71TESTS = $(check_PROGRAMS)