aboutsummaryrefslogtreecommitdiff
path: root/src/pt
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/pt
parent48e50f64d8c05b2a6dab327156ea86fc92f171cf (diff)
Make building gnunet-testing lib optional.
This is all because emscripten doesn't have getaddrinfo.
Diffstat (limited to 'src/pt')
-rw-r--r--src/pt/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pt/Makefile.am b/src/pt/Makefile.am
index a9ae4fa5ed..e5673fe24f 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -31,6 +31,7 @@ gnunet_daemon_pt_LDADD = \
$(top_builddir)/src/util/libgnunetutil.la \
$(GN_LIBINTL)
+if HAVE_TESTING
if HAVE_MHD
if HAVE_LIBCURL
if LINUX
@@ -50,6 +51,7 @@ if MINGW
endif
endif
endif
+endif
check_PROGRAMS = $(VPN_TEST)