diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 06:33:36 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 06:33:36 +0000 |
commit | f00dc71c280699e7f08b72b59ee74b84afa32956 (patch) | |
tree | f60a543742363abee5f225e46de11aab1f41172b /src | |
parent | 7ad5cea1ca2c64d63a69b04d9eea24d4f29b5ac6 (diff) |
Change soversion to 1.0.0 with -version-number.
Diffstat (limited to 'src')
-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 ae17c38..9af6083 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,17 +31,7 @@ libXcomposite_la_SOURCES = \ libXcomposite_la_LIBADD = $(XCOMPOSITE_LIBS) $(X_LIBS) $(DEP_LIBS) -# -# Library version info. Check the libtool docs for -# instructions on when and how to change this value -# -# bump when the ABI changes -XCOMPOSITE_CURRENT=2 -# bump for non-ABI changes, reset to zero when CURRENT changes -XCOMPOSITE_REVISION=0 -# bump when the ABI changes in backward-compatible fashion -XCOMPOSITE_AGE=1 -libXcomposite_la_LDFLAGS = -version-info ${XCOMPOSITE_CURRENT}:${XCOMPOSITE_REVISION}:${XCOMPOSITE_AGE} -no-undefined +libXcomposite_la_LDFLAGS = -version-number 1:0:0 -no-undefined libXcompositeincludedir = $(includedir)/X11/extensions libXcompositeinclude_HEADERS = $(top_srcdir)/include/X11/extensions/Xcomposite.h |