summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-16 07:10:44 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-16 07:10:44 +0000
commite715500a2a4e21adc162bbc0bb3edb60a131831a (patch)
treec0cee4e08e5d9ec7102eb6a4d68d4f352e36a219
parent8603538c6ab5488e70179bdfcf46196b7defe253 (diff)
downloadxorg-lib-libXi-e715500a2a4e21adc162bbc0bb3edb60a131831a.tar.gz
Set soversion to 6.0.0 using -version-number.
-rw-r--r--src/Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bd28c76..6c309d5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -48,18 +48,7 @@ AM_CFLAGS = $(XI_CFLAGS)
#INCLUDES = -I$(top_srcdir)/include/X11/extensions
-#
-# Library version info. Check the libtool docs for
-# instructions on when and how to change this value
-#
-# bump when the ABI changes
-XI_CURRENT=6
-# bump for non-ABI changes, reset to zero when CURRENT changes
-XI_REVISION=0
-# bump when the ABI changes in backward-compatible fashion
-XI_AGE=0
-
-libXi_la_LDFLAGS = -version-info ${XI_CURRENT}:${XI_REVISION}:${XI_AGE}
+libXi_la_LDFLAGS = -version-number 6:0:0
#libXiincludedir = $(includedir)/X11/extensions
#libXiinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xi.h