From: Tim Kientzle Date: Sat, 14 Feb 2009 08:14:01 +0000 (-0500) Subject: Catch up with some of the moved files. X-Git-Tag: v2.7.0~292 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=952928f54b1ba460bde98f735dec9b9bad779fd3;p=thirdparty%2Flibarchive.git Catch up with some of the moved files. SVN-Revision: 614 --- diff --git a/Makefile.am b/Makefile.am index 08ac24cac..1ccca2694 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,11 +27,14 @@ AM_CFLAGS=-Wall -Werror # # What to include in the distribution # -EXTRA_DIST= version \ +EXTRA_DIST= \ + build/cmake \ + build/version \ + build/windows \ contrib \ doc \ examples \ - windows \ + CMakeLists.txt \ $(libarchive_EXTRA_DIST) \ $(libarchive_test_EXTRA_DIST) \ $(bsdtar_EXTRA_DIST) \