From 9d0add74a28da0a1c24430eee52d41a7d367f857 Mon Sep 17 00:00:00 2001 From: Charles McGarvey Date: Sun, 29 Nov 2009 03:20:36 -0700 Subject: [PATCH] revert broken build files --- Makefile.am | 4 ---- configure.ac | 11 ++--------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/Makefile.am b/Makefile.am index 75f866e..26ea705 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,7 @@ ACLOCAL_AMFLAGS = -I m4 -if WIN32 -SUBDIRS = data src -else SUBDIRS = data doc src -endif EXTRA_DIST = extra diff --git a/configure.ac b/configure.ac index 3fdbe84..0f46ef5 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.43.0