X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2FMakefile.am;h=fcbac33f08d8e74757195fb79daf3ceb916b0e3f;hb=a9895fd20c957ce184091672f1623a5bedd82407;hp=77774056bca11e5081c879d5b49b95d0e82da514;hpb=ac6caa71bc6077d75ff5073f76f97d53225e78ae;p=chaz%2Ftar diff --git a/src/Makefile.am b/src/Makefile.am index 7777405..fcbac33 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,6 +27,7 @@ tar_SOURCES = \ compare.c\ create.c\ delete.c\ + exit.c\ extract.c\ xheader.c\ incremen.c\ @@ -38,10 +39,12 @@ tar_SOURCES = \ system.c\ tar.c\ transform.c\ + unlink.c\ update.c\ - utf8.c + utf8.c\ + warning.c -INCLUDES = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib +INCLUDES = -I$(top_srcdir)/gnu -I../ -I../gnu -I$(top_srcdir)/lib -I../lib LDADD = ../lib/libtar.a ../gnu/libgnu.a $(LIBINTL) $(LIBICONV)