From cf8faa82d44938bcfdc0de673a03fd5331851dc6 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Thu, 8 May 2008 16:33:48 -0400 Subject: [PATCH] Missed a file from change 141352 SVN-Revision: 36 --- Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 366ff5e1f..344071714 100644 --- a/Makefile.in +++ b/Makefile.in @@ -470,8 +470,9 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-bsdtar --enable-bsdcpio # EXTRA_DIST = version \ contrib \ + doc \ examples \ - doc \ + windows \ $(libarchive_EXTRA_DIST) \ $(libarchive_test_EXTRA_DIST) \ $(bsdtar_EXTRA_DIST) \ @@ -582,7 +583,9 @@ libarchive_man_MANS = \ # Additional libarchive files to include in the distribution libarchive_EXTRA_DIST = \ - libarchive/test/list.h \ + libarchive/test/list.h \ + libarchive/archive_windows.c \ + libarchive/archive_windows.h \ $(libarchive_man_MANS) -- 2.47.3