diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 07:39:26 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 07:39:26 +0000 |
commit | a72494febb5b14a5ad860f1048ff11bdd83bbe53 (patch) | |
tree | 183b10390b020e4ba42fd723ab8acd1d48d32a02 /src | |
parent | 9001f6684617761cf258e71259f98f85c02f33d1 (diff) |
Set soversion to 6.1.0 with -version-number.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2e03cf9..5077818 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -7,6 +7,4 @@ libXtst_la_SOURCES = \ libXtst_la_LIBADD = @DEP_LIBS@ AM_CFLAGS = @DEP_CFLAGS@ -libXtst_la_LDFLAGS = -version-info 7:0:0 -no-undefined - - +libXtst_la_LDFLAGS = -version-number 6:1:0 -no-undefined |