From e715500a2a4e21adc162bbc0bb3edb60a131831a Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 16 Jul 2005 07:10:44 +0000 Subject: Set soversion to 6.0.0 using -version-number. --- src/Makefile.am | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src') 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 -- cgit v1.2.3