aboutsummaryrefslogtreecommitdiff
path: root/src/pt/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/pt/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/pt/Makefile.am')
-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 a9ae4fa5e..e5673fe24 100644
--- a/src/pt/Makefile.am
+++ b/src/pt/Makefile.am
@@ -31,6 +31,7 @@ gnunet_daemon_pt_LDADD = \
31 $(top_builddir)/src/util/libgnunetutil.la \ 31 $(top_builddir)/src/util/libgnunetutil.la \
32 $(GN_LIBINTL) 32 $(GN_LIBINTL)
33 33
34if HAVE_TESTING
34if HAVE_MHD 35if HAVE_MHD
35if HAVE_LIBCURL 36if HAVE_LIBCURL
36if LINUX 37if LINUX
@@ -50,6 +51,7 @@ if MINGW
50endif 51endif
51endif 52endif
52endif 53endif
54endif
53 55
54check_PROGRAMS = $(VPN_TEST) 56check_PROGRAMS = $(VPN_TEST)
55 57