From 64ded9e702a12ee7c5d6140d8f9244cc40b0305b Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 29 Oct 2007 16:54:51 +0000 Subject: [PATCH] (tar_SOURCES): add checkpoint.c --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 2cf04b0..c22a568 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -23,6 +23,7 @@ bin_PROGRAMS = tar noinst_HEADERS = arith.h common.h tar.h tar_SOURCES = \ buffer.c\ + checkpoint.c\ compare.c\ create.c\ delete.c\ -- 2.44.0