diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 06:37:24 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 06:37:24 +0000 |
commit | b02c66e05a173fd20c7b42f4fccf5bcd069f5931 (patch) | |
tree | c238d75b0ff5d642b837b3897d811f8bd6637923 | |
parent | 4011ede413408c9a5577617dbcd1124a3ee8dce5 (diff) |
Set soversion to 1.0.0 using -version-number.
-rw-r--r-- | src/Makefile.am | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 8fab099..3bb170f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,17 +9,7 @@ AM_CFLAGS = $(XDAMAGE_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 -XDAMAGE_CURRENT=1 -# bump for non-ABI changes, reset to zero when CURRENT changes -XDAMAGE_REVISION=0 -# bump when the ABI changes in backward-compatible fashion -XDAMAGE_AGE=1 -libXdamage_la_LDFLAGS = -version-info ${XDAMAGE_CURRENT}:${XDAMAGE_REVISION}:${XDAMAGE_AGE} -no-undefined +libXdamage_la_LDFLAGS = -version-number 1:0:0 -no-undefined libXdamageincludedir = $(includedir)/X11/extensions libXdamageinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xdamage.h |