From 4c8e027b1ddfe27a186b89028999dce885eb619f Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 20 May 2008 17:44:55 -0400 Subject: [PATCH] tar/siginfo.c is a new file; include it in the portable build. SVN-Revision: 79 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.47.3