From b1c932d318ae604b6968ffef136952af4e80a407 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 5 Jul 2011 12:12:08 -0700 Subject: Add proper library versioning The zfs libraries were never properly versioned. Since the API has remained static for quite some time this we never an issue. However, going forward they should be versioned. This commit versions all of the libraries to 1.0.0. From here on out this version must be updated to reflect changes to the library. --- lib/libzpool/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libzpool/Makefile.in') diff --git a/lib/libzpool/Makefile.in b/lib/libzpool/Makefile.in index db27fd5c1..6d0f0d97c 100644 --- a/lib/libzpool/Makefile.in +++ b/lib/libzpool/Makefile.in @@ -429,7 +429,7 @@ libzpool_la_SOURCES = \ $(top_srcdir)/module/zfs/zle.c \ $(top_srcdir)/module/zfs/zrlock.c -libzpool_la_LDFLAGS = -pthread +libzpool_la_LDFLAGS = -pthread -version-info 1:0:0 EXTRA_DIST = \ $(top_srcdir)/module/zfs/vdev_disk.c \ $(top_srcdir)/module/zfs/zfs_acl.c \ -- cgit v1.2.3