]> Dogcows Code - chaz/tar/blobdiff - src/Makefile.am
Fix bugs in handling the --remove-files option.
[chaz/tar] / src / Makefile.am
index 77774056bca11e5081c879d5b49b95d0e82da514..fcbac33f08d8e74757195fb79daf3ceb916b0e3f 100644 (file)
@@ -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)
 
This page took 0.019888 seconds and 4 git commands to generate.