summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-05-21 23:09:42 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-05-21 23:09:42 +0000
commit9129c846e773179260ff02bbff2fd68730c9e590 (patch)
treeef671458f257b6781a7780fb71627d6826d882eb
parentdf0913f3fe11989b9d08df32110ecd8f1ec1cccf (diff)
downloadtar-9129c846e773179260ff02bbff2fd68730c9e590.tar.gz
Add new paxutils files
-rw-r--r--lib/Makefile.tmpl4
-rw-r--r--po/POTFILES.in1
2 files changed, 3 insertions, 2 deletions
diff --git a/lib/Makefile.tmpl b/lib/Makefile.tmpl
index 2ac2744f..52394495 100644
--- a/lib/Makefile.tmpl
+++ b/lib/Makefile.tmpl
@@ -19,8 +19,8 @@
## 02110-1301, USA.
noinst_LIBRARIES = libtar.a
-noinst_HEADERS = system.h localedir.h rmt.h paxerror.h
-libtar_a_SOURCES = prepargs.c prepargs.h rtapelib.c paxerror.c paxexit.c paxconvert.c
+noinst_HEADERS = system.h localedir.h rmt.h paxlib.h
+libtar_a_SOURCES = prepargs.c prepargs.h rtapelib.c paxerror.c paxexit.c paxconvert.c paxnames.c
localedir = $(datadir)/locale
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 6d466f34..bd2a577c 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -29,6 +29,7 @@ lib/argp-help.c
lib/paxconvert.c
lib/paxerror.c
lib/paxexit.c
+lib/paxnames.c
rmt/rmt.c