Browse Source

(tar_SOURCES): add checkpoint.c

Sergey Poznyakoff 17 years ago
parent
commit
64ded9e702
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Makefile.am

+ 1 - 0
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\