summaryrefslogtreecommitdiff
path: root/po/Makefile
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-02-25 09:06:10 +0000
committerNathan Scott <nathans@sgi.com>2003-02-25 09:06:10 +0000
commit7b33ebd60e68795347c2c844d81d90e38fd9091e (patch)
treeb8ad0b3165562c3d939d64720c109fd8d2a41116 /po/Makefile
parent6562399105b5ff0ec4f5ebea154dc7a96b597653 (diff)
downloadattr-7b33ebd60e68795347c2c844d81d90e38fd9091e.tar.gz
New attr userspace package - transition to the trusted namespace for XFS,
Add in the new attribute copying routines from Andreas, and also update the license info in the syscall man pages so that other folks can use em too.
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index d676843..2a8fd04 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -38,7 +38,9 @@ LSRCFILES = $(LINGUAS:%=%.po) $(PKG_NAME).pot
XGETTEXTFILES = $(TOPDIR)/attr/attr.c \
$(TOPDIR)/getfattr/getfattr.c \
- $(TOPDIR)/setfattr/setfattr.c
+ $(TOPDIR)/setfattr/setfattr.c \
+ $(TOPDIR)/libattr/attr_copy_fd.c \
+ $(TOPDIR)/libattr/attr_copy_file.c
default: $(LINGUAS:%=%.mo)