summaryrefslogtreecommitdiff
path: root/paxlib
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 16:14:07 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-03-07 16:24:34 +0200
commitfb45630880343afb95c43fcbbb6883119e4e961a (patch)
tree09a1589c29010a7d5532ba9c2864a6b57c5437ca /paxlib
parent8109596484d8910dd790b96f362095ee9de9e617 (diff)
downloadpaxutils-fb45630880343afb95c43fcbbb6883119e4e961a.tar.gz
Migrate to Git
Diffstat (limited to 'paxlib')
-rw-r--r--paxlib/.gitignore1
-rw-r--r--paxlib/Makefile.am6
2 files changed, 5 insertions, 2 deletions
diff --git a/paxlib/.gitignore b/paxlib/.gitignore
new file mode 100644
index 0000000..e385dd8
--- /dev/null
+++ b/paxlib/.gitignore
@@ -0,0 +1 @@
+localedir.h
diff --git a/paxlib/Makefile.am b/paxlib/Makefile.am
index 2b27f7c..0028493 100644
--- a/paxlib/Makefile.am
+++ b/paxlib/Makefile.am
@@ -1,6 +1,6 @@
# This file is part of GNU paxutils
#
-# Copyright (C) 2005, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc.
#
# Written by Sergey Poznyakoff
#
@@ -18,12 +18,13 @@
# with GNU paxutils; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-INCLUDES = -I$(top_srcdir)/lib -I../ -I../lib -I../pax
+INCLUDES = -I$(top_srcdir)/gnu -I../ -I../gnu -I../lib
noinst_LIBRARIES = libpax.a
noinst_HEADERS = tar.h paxbuf.h pax.h
libpax_a_SOURCES = \
+ localedir.h\
error.c\
exit.c\
names.c\
@@ -32,6 +33,7 @@ libpax_a_SOURCES = \
tarbuf.c\
rtape.c
+BUILT_SOURCES=localedir.h
localedir = $(datadir)/locale
DISTCLEANFILES = localedir.h