summaryrefslogtreecommitdiff
path: root/paxlib/Makefile.am
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2010-11-23 21:16:02 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2010-11-23 21:21:27 -0800
commitc2ae12c39ae97744f4c558dd6eee367a928a1222 (patch)
tree75eee8e32b4b7aa8968177204db0673170643246 /paxlib/Makefile.am
parenteb7d81eb2a84f222795603097257a4d76732d504 (diff)
downloadpaxutils-c2ae12c39ae97744f4c558dd6eee367a928a1222.tar.gz
Omit and/or split out functions not needed for tar.
* paxlib/DISTFILES: Add exit-status.c. * paxlib/Makefile.am (libpax_a_SOURCES): Add exit-status.c. * paxlib/exit-status.c: New file. * paxlib/exit.c (exit_status): Move to exit-status.c. * paxlib/names.c (hash_string_insert, hash_string_lookup): Remove. * paxlib/paxlib.h: Don't include hash.h. (hash_string_insert, hash_string_lookup): Remove.
Diffstat (limited to 'paxlib/Makefile.am')
-rw-r--r--paxlib/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/paxlib/Makefile.am b/paxlib/Makefile.am
index 0028493..3e31857 100644
--- a/paxlib/Makefile.am
+++ b/paxlib/Makefile.am
@@ -27,6 +27,7 @@ libpax_a_SOURCES = \
localedir.h\
error.c\
exit.c\
+ exit-status.c\
names.c\
paxbuf.c\
paxlib.h\
@@ -44,6 +45,3 @@ localedir.h : Makefile
echo "#endif" >> $@
rtapelib.o: localedir.h
-
-
-