diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 06:35:32 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 06:35:32 +0000 |
commit | b34368c667bd47db56bc7e2b36710a22bc3862b0 (patch) | |
tree | 9f44bcb0cf54c9fa75c8491775373dbae1087f07 /src | |
parent | 9ffefcd641352900f9bf7cb06cbe04e91714b490 (diff) |
Change soversion to 1.0.2 with -version-number.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |