From b34368c667bd47db56bc7e2b36710a22bc3862b0 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sat, 16 Jul 2005 06:35:32 +0000 Subject: Change soversion to 1.0.2 with -version-number. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index d456f75..6cf9551 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = -I$(top_srcdir)/include/X11/Xcursor # # Shared library version info. This is not the same as the package version # -libXcursor_la_LDFLAGS = -version-info @LT_VERSION_INFO@ -no-undefined +libXcursor_la_LDFLAGS = -version-number 1:0:2 -no-undefined libXcursorincludedir = $(includedir)/X11/Xcursor libXcursorinclude_HEADERS = $(top_srcdir)/include/X11/Xcursor/Xcursor.h -- cgit v1.2.1