-do not install w32 helper service conf on GNU
authorChristian Grothoff <christian@grothoff.org>
Mon, 23 Jul 2012 23:13:39 +0000 (23:13 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 23 Jul 2012 23:13:39 +0000 (23:13 +0000)
src/gns/Makefile.am

index 3b2da7c9cd6bc1753c11fad34345d3df5687040f..b94ab0443d43a38ae600fa2982a430f9e3f0366a 100644 (file)
@@ -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_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
 endif
 
 if USE_COVERAGE
@@ -23,7 +24,7 @@ plugindir = $(libdir)/gnunet
 
 pkgcfg_DATA = \
   gns.conf \
 
 pkgcfg_DATA = \
   gns.conf \
-  gns-helper-service-w32.conf
+  $(DO_W32_HS_CONF)
 
 lib_LTLIBRARIES = \
   $(DO_W32_NSP) \
 
 lib_LTLIBRARIES = \
   $(DO_W32_NSP) \