summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-07-16 07:55:12 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-07-16 07:55:12 +0000
commitdf44616e5b3b10d739b556c3e11e019a7732553e (patch)
tree311613fdabf085d0c175f286097ce7b34483c05f
parent5848d932e5de980f316571638ce34d0cfd9c65be (diff)
Set soversion to 1.0.0 using -version-number.
-rw-r--r--src/Makefile.am12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 458a4f9..5bd7573 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -31,16 +31,6 @@ INCLUDES = @DEP_CFLAGS@
g3states.h: mkg3states
./mkg3states -c > g3states.h_ && mv g3states.h_ g3states.h
-#
-# Library version info. Check the libtool docs for
-# instructions on when and how to change this value
-#
-# bump when the ABI changes
-LBXUTIL_CURRENT=2
-# bump for non-ABI changes, reset to zero when CURRENT changes
-LBXUTIL_REVISION=0
-# bump when the ABI changes in backward-compatible fashion
-LBXUTIL_AGE=2
-liblbxutil_la_LDFLAGS = -version-info ${LBXUTIL_CURRENT}:${LBXUTIL_REVISION}:${LBXUTIL_AGE}
+liblbxutil_la_LDFLAGS = -version-number 1:0:0
CLEANFILES = g3states.h