aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) \