From 7b33ebd60e68795347c2c844d81d90e38fd9091e Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 25 Feb 2003 09:06:10 +0000 Subject: 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. --- libattr/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libattr/Makefile') diff --git a/libattr/Makefile b/libattr/Makefile index 854db51..f9f9e14 100644 --- a/libattr/Makefile +++ b/libattr/Makefile @@ -36,10 +36,13 @@ include $(TOPDIR)/include/builddefs LTLIBRARY = libattr.la LT_CURRENT = 1 -LT_REVISION = 1 +LT_REVISION = 2 LT_AGE = 0 -CFILES = libattr.c syscalls.c +CFILES = libattr.c syscalls.c attr_copy_fd.c attr_copy_file.c +HFILES = libattr.h + +LCFLAGS = -include libattr.h default: $(LTLIBRARY) -- cgit v1.2.3