aboutsummaryrefslogtreecommitdiffstats
path: root/Make.Rules
diff options
context:
space:
mode:
authorAndrew Morgan <morgan@kernel.org>2007-11-07 22:14:24 -0800
committerAndrew Morgan <morgan@kernel.org>2007-11-07 22:14:24 -0800
commitf782a9792f375581307a0c60d7f985c19aa6b439 (patch)
treed1e934ce6abbe013e8d3414478bef1c0a7435f78 /Make.Rules
parentea4e5f8e08bf8af459378dac24d42fdbbcdb2e73 (diff)
downloadlibcap-f782a9792f375581307a0c60d7f985c19aa6b439.tar.gz
This is libcap-2.00.libcap-2.00
This revision of libcap has support for 32-bit and 64-bit capabilities. It also supports filesystem capabilities of both sizes.
Diffstat (limited to 'Make.Rules')
-rw-r--r--Make.Rules6
1 files changed, 3 insertions, 3 deletions
diff --git a/Make.Rules b/Make.Rules
index 3825291..56cbb6d 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -40,8 +40,8 @@ LIBDIR=$(FAKEROOT)$(lib_prefix)/$(lib)
# common defines for libcap
LIBTITLE=libcap
-VERSION=1
-MINOR=99
+VERSION=2
+MINOR=00
#
# Compilation specifics
@@ -56,7 +56,7 @@ WARNINGS=-fPIC -Wall -Wwrite-strings \
LD=$(CC) -Wl,-x -shared
LDFLAGS=#-g
-KERNEL_HEADERS = /usr/include
+KERNEL_HEADERS = $(topdir)/libcap/include
SYSTEM_HEADERS = /usr/include
IPATH += -I$(topdir)/libcap/include -I$(KERNEL_HEADERS)
INCS=$(topdir)/libcap/include/sys/capability.h