projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491f9e4
)
-do not install w32 helper service conf on GNU
author
Christian Grothoff
<christian@grothoff.org>
Mon, 23 Jul 2012 23:13:39 +0000
(23:13 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 23 Jul 2012 23:13:39 +0000
(23:13 +0000)
src/gns/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gns/Makefile.am
b/src/gns/Makefile.am
index 3b2da7c9cd6bc1753c11fad34345d3df5687040f..b94ab0443d43a38ae600fa2982a430f9e3f0366a 100644
(file)
--- a/
src/gns/Makefile.am
+++ b/
src/gns/Makefile.am
@@
-11,6
+11,7
@@
if MINGW
DO_W32_HELPER = gnunet-gns-helper-service-w32
DO_W32_NSP = libw32nsp.la
DO_W32_NSPTOOLS = w32nsp-install w32nsp-uninstall w32nsp-resolve
+ DO_W32_HS_CONF = gns-helper-service-w32.conf
endif
if USE_COVERAGE
@@
-23,7
+24,7
@@
plugindir = $(libdir)/gnunet
pkgcfg_DATA = \
gns.conf \
- gns-helper-service-w32.conf
+ $(DO_W32_HS_CONF)
lib_LTLIBRARIES = \
$(DO_W32_NSP) \