aboutsummaryrefslogtreecommitdiff
path: root/src/gns
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-23 23:13:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-23 23:13:39 +0000
commit882e257afa29bdfa8d0d1e8bd63e40749e361f63 (patch)
tree501ab28253f2389fc1f8fcd3a36de71485370efe /src/gns
parent491f9e41ddd91f6e98646e53039b2e2d0d99183c (diff)
downloadgnunet-882e257afa29bdfa8d0d1e8bd63e40749e361f63.tar.gz
gnunet-882e257afa29bdfa8d0d1e8bd63e40749e361f63.zip
-do not install w32 helper service conf on GNU
Diffstat (limited to 'src/gns')
-rw-r--r--src/gns/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am
index 3b2da7c9c..b94ab0443 100644
--- a/src/gns/Makefile.am
+++ b/src/gns/Makefile.am
@@ -11,6 +11,7 @@ if MINGW
11 DO_W32_HELPER = gnunet-gns-helper-service-w32 11 DO_W32_HELPER = gnunet-gns-helper-service-w32
12 DO_W32_NSP = libw32nsp.la 12 DO_W32_NSP = libw32nsp.la
13 DO_W32_NSPTOOLS = w32nsp-install w32nsp-uninstall w32nsp-resolve 13 DO_W32_NSPTOOLS = w32nsp-install w32nsp-uninstall w32nsp-resolve
14 DO_W32_HS_CONF = gns-helper-service-w32.conf
14endif 15endif
15 16
16if USE_COVERAGE 17if USE_COVERAGE
@@ -23,7 +24,7 @@ plugindir = $(libdir)/gnunet
23 24
24pkgcfg_DATA = \ 25pkgcfg_DATA = \
25 gns.conf \ 26 gns.conf \
26 gns-helper-service-w32.conf 27 $(DO_W32_HS_CONF)
27 28
28lib_LTLIBRARIES = \ 29lib_LTLIBRARIES = \
29 $(DO_W32_NSP) \ 30 $(DO_W32_NSP) \