aboutsummaryrefslogtreecommitdiff
path: root/src/gns/Makefile.am
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-08-20 03:24:11 +0000
committerLRN <lrn1986@gmail.com>2013-08-20 03:24:11 +0000
commit21569ab7632723755185fdd6f32782dafe5616ed (patch)
tree94b01bc2c8713abefbc48959b9749301b7effe9e /src/gns/Makefile.am
parent43b665781fa6ffaae786cbcbc4d769fae40191f4 (diff)
downloadgnunet-21569ab7632723755185fdd6f32782dafe5616ed.tar.gz
gnunet-21569ab7632723755185fdd6f32782dafe5616ed.zip
Link gns to vpn - always
Diffstat (limited to 'src/gns/Makefile.am')
-rw-r--r--src/gns/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index d960941c2..10177996e 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -22,9 +22,8 @@ if MINGW
22 DO_W32_NSP = libw32nsp.la 22 DO_W32_NSP = libw32nsp.la
23 DO_W32_NSPTOOLS = w32nsp-install w32nsp-uninstall w32nsp-resolve 23 DO_W32_NSPTOOLS = w32nsp-install w32nsp-uninstall w32nsp-resolve
24 DO_W32_HS_CONF = gns-helper-service-w32.conf 24 DO_W32_HS_CONF = gns-helper-service-w32.conf
25else
26 USE_VPN = $(top_builddir)/src/vpn/libgnunetvpn.la
27endif 25endif
26USE_VPN = $(top_builddir)/src/vpn/libgnunetvpn.la
28 27
29if USE_COVERAGE 28if USE_COVERAGE
30 AM_CFLAGS = --coverage -O0 29 AM_CFLAGS = --coverage -O0