X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=c22a568a49eea7182a70d07e580e1d5861cb28a4;hb=32562b941207be3c41589dee45f32c022785c668;hp=4c341958d62c57ce3ebf119ca0a4c9fa6238413d;hpb=a0fb51e136d3df620eb3189683aae90b25bd8dd7;p=chaz%2Ftar diff --git a/src/Makefile.am b/src/Makefile.am index 4c34195..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\ @@ -33,6 +34,7 @@ tar_SOURCES = \ misc.c\ names.c\ sparse.c\ + suffix.c\ system.c\ tar.c\ transform.c\