]> Dogcows Code - chaz/yoink/commitdiff
revert broken build files
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 29 Nov 2009 10:20:36 +0000 (03:20 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 29 Nov 2009 10:20:36 +0000 (03:20 -0700)
Makefile.am
configure.ac

index 75f866e877ebeae40d89a6e217985af68c0fbdfc..26ea70580bc0943eeac487045572322b7f8a91da 100644 (file)
@@ -1,11 +1,7 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-if WIN32
-SUBDIRS = data src
-else
 SUBDIRS = data doc src
-endif
 
 EXTRA_DIST = extra
 
index 3fdbe849e4c7ad882092620a39b62e59b510afad..0f46ef53253e2a542801618c61287d3943f8413e 100644 (file)
@@ -356,18 +356,11 @@ AC_SUBST([DATA_FILES])
 # Create the build files.
 #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-if test x$WIN32 = xyes
-then
-       make_win32="win32/Makefile win32/build-installer.sh"
-else
-       make_doc="doc/Makefile doc/yoink.6"
-fi
-
 AC_CONFIG_FILES([Makefile
                                 data/Makefile
                                 src/Makefile
-                                $make_doc
-                                $make_win32])
+                                doc/Makefile doc/yoink.6
+                                win32/Makefile win32/build-installer.sh])
 
 AC_CONFIG_HEADERS([src/config.h])
 
This page took 0.019127 seconds and 4 git commands to generate.