From f00dc71c280699e7f08b72b59ee74b84afa32956 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 16 Jul 2005 06:33:36 +0000 Subject: Change soversion to 1.0.0 with -version-number. --- src/Makefile.am | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src') 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 -- cgit v1.2.3