summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-04-06 01:44:56 +0200
committerBruno Haible <bruno@clisp.org>2009-04-06 01:44:56 +0200
commitfa3ead8635f7790d03fdd59df439c4cceb460ea2 (patch)
tree14f7945a6b777bed7a57f121e9aed71d466d8944 /lib
parent899432a955de3f1dd501010b4cf35362db1cac8a (diff)
downloadlibunistring-fa3ead8635f7790d03fdd59df439c4cceb460ea2.tar.gz
Use libtool versioning.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 09dc731..99fa5ac 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -45,6 +45,13 @@ include_HEADERS = \
# Rules generated and collected by gnulib-tool.
include Makefile.gnulib
+# Libtool's library version information for libunistring.
+# See the libtool documentation, section "Library interface versions".
+LTV_CURRENT=0
+LTV_REVISION=0
+LTV_AGE=0
+
# How to build libunistring.la.
libunistring_la_LDFLAGS += \
+ -version-info $(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) \
-rpath $(libdir)