From 076c334549f11c6c0c8ce5b4472708dc8170822f Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 4 Aug 2009 00:04:54 -0400 Subject: [PATCH] Attempt to fix some build problems with bsdtar_test on configure-based builds for Cygwin. SVN-Revision: 1334 --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index 52e4d807f..df63ba110 100644 --- a/Makefile.am +++ b/Makefile.am @@ -437,6 +437,12 @@ bsdtar_test_SOURCES= \ tar/test/test_version.c \ tar/test/test_windows.c +# For now, bsdtar_test uses Windows shims from tar/bsdtar_windows.* +if INC_WINDOWS_FILES +bsdtar_test_SOURCES+= \ + tar/bsdtar_windows.h \ + tar/bsdtar_windows.c +endif bsdtar_test_CPPFLAGS= -I$(top_builddir)/tar/test -- 2.47.3