From: Sergey Poznyakoff Date: Mon, 29 Oct 2007 16:54:51 +0000 (+0000) Subject: (tar_SOURCES): add checkpoint.c X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=64ded9e702a12ee7c5d6140d8f9244cc40b0305b;p=chaz%2Ftar (tar_SOURCES): add checkpoint.c --- 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\