summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-16 07:06:31 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-16 07:06:31 +0000
commitabdd66912a8c9087ae171b62c9910af8bb00e437 (patch)
tree12eee467232b7b2597c68b9ec7f51961597075c2 /src/Makefile.am
parent366322d9d9354ed80fde808322207ee57599f7cb (diff)
Set soversion to 3.0.0 using -version-number.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4d6451c..8521ac6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,17 +13,7 @@ AM_CFLAGS = @X_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
-XFIXES_CURRENT=2
-# bump for non-ABI changes, reset to zero when CURRENT changes
-XFIXES_REVISION=0
-# bump when the ABI changes in backward-compatible fashion
-XFIXES_AGE=2
-libXfixes_la_LDFLAGS = -version-info ${XFIXES_CURRENT}:${XFIXES_REVISION}:${XFIXES_AGE} -no-undefined
+libXfixes_la_LDFLAGS = -version-number 3:0:0 -no-undefined
libXfixesincludedir = $(includedir)/X11/extensions
libXfixesinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xfixes.h