]> Dogcows Code - chaz/yoink/commitdiff
don't look for win32 directory in a package
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 5 Dec 2009 07:14:56 +0000 (00:14 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 5 Dec 2009 07:14:56 +0000 (00:14 -0700)
configure.ac

index d78c666b3d0182dc1bec5102bea2710fe9252505..fe599a8d8d443173cd846a740a3ef00ee38c9737 100644 (file)
@@ -355,9 +355,15 @@ AC_SUBST([DATA_FILES])
 
 AC_CONFIG_FILES([Makefile
                                 data/Makefile
-                                src/Makefile
-                                doc/Makefile doc/yoink.6
-                                win32/Makefile win32/build-installer.sh])
+                                doc/Makefile
+                                doc/yoink.6
+                                src/Makefile])
+
+if test x$WIN32 = xyes
+then
+       AC_CONFIG_FILES([win32/Makefile win32/build-installer.sh])
+fi
+
 
 AC_CONFIG_HEADERS([src/config.h])
 
This page took 0.018187 seconds and 4 git commands to generate.