diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 07:14:52 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-16 07:14:52 +0000 |
commit | 5468d892030e993a2fdd4c8177cc7cb193ba0411 (patch) | |
tree | cddc32ff183335d84a55660414f90f385ad4bf9b /src/Makefile.am | |
parent | 29971c16c1ad45dc8c958e12561e77e745e4a2fc (diff) |
Set soversion to 1.0.0 using -version-number.
Diffstat (limited to 'src/Makefile.am')
-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 20fb42a..7fa4c31 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,4 +6,4 @@ libXinerama_la_SOURCES = \ libXinerama_la_LIBADD = $(DEP_LIBS) -libXinerama_la_LDFLAGS = -version-info 1:0:0 -no-undefined +libXinerama_la_LDFLAGS = -version-number 1:0:0 -no-undefined |