From: Tim Kientzle Date: Tue, 4 Aug 2009 04:04:54 +0000 (-0400) Subject: Attempt to fix some build problems with bsdtar_test on configure-based builds for... X-Git-Tag: v2.8.0~453 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076c334549f11c6c0c8ce5b4472708dc8170822f;p=thirdparty%2Flibarchive.git Attempt to fix some build problems with bsdtar_test on configure-based builds for Cygwin. SVN-Revision: 1334 --- 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