From: Tim Kientzle Date: Tue, 20 May 2008 21:44:55 +0000 (-0400) Subject: tar/siginfo.c is a new file; include it in the portable build. X-Git-Tag: v2.6.0~213 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c8e027b1ddfe27a186b89028999dce885eb619f;p=thirdparty%2Flibarchive.git tar/siginfo.c is a new file; include it in the portable build. SVN-Revision: 79 --- diff --git a/Makefile.am b/Makefile.am index b5a3eea00..f9e1f0bd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -270,6 +270,7 @@ bsdtar_SOURCES= \ tar/getdate.y \ tar/matching.c \ tar/read.c \ + tar/siginfo.c \ tar/subst.c \ tar/tree.c \ tar/tree.h \