libbsd: Branch 'master' - 2 commits

Guillem Jover guillem at kemper.freedesktop.org
Tue May 19 20:20:32 PDT 2009


 Makefile |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 25dd60b9cc5f0a5ae867f9e7215cda7c28e89562
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed May 20 05:14:32 2009 +0200

    Release libbsd 0.1.1

diff --git a/Makefile b/Makefile
index 1ee08ac..8d5bf70 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 LIB_NAME := libbsd
 LIB_VERSION_MAJOR := 0
 LIB_VERSION_MINOR := 1
-LIB_VERSION_MICRO := 0
+LIB_VERSION_MICRO := 1
 LIB_VERSION := $(LIB_VERSION_MAJOR).$(LIB_VERSION_MINOR).$(LIB_VERSION_MICRO)
 
 LIB_PKGCONFIG := $(LIB_NAME).pc
commit 5b16707e95d89d6a6b485bf3b26d4d340e2d9c6a
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed May 20 05:13:31 2009 +0200

    Install nlist header and man page

diff --git a/Makefile b/Makefile
index 11564e2..1ee08ac 100644
--- a/Makefile
+++ b/Makefile
@@ -54,6 +54,7 @@ LIB_INCLUDES := \
 	bsd/bsd.h \
 	bsd/cdefs.h \
 	bsd/stdlib.h \
+	nlist.h \
 	vis.h \
 	libutil.h
 
@@ -62,6 +63,7 @@ LIB_MANS := \
 	strlcpy.3 \
 	fgetln.3 \
 	fmtcheck.3 \
+	nlist.3 \
 	setmode.3 \
 	strmode.3 \
 	md5.3bsd


More information about the libbsd mailing list