update version number and remove depenency on libvers for libraries

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19974 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-17 17:30:31 +00:00
parent b965dacaf9
commit b6d9890960
14 changed files with 26 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ otptest_LDADD = libotp.la
include_HEADERS = otp.h
lib_LTLIBRARIES = libotp.la
libotp_la_LDFLAGS = -version-info 1:3:1
libotp_la_LDFLAGS = -version-info 1:4:1
libotp_la_LIBADD = $(LIB_des) $(LIB_roken) $(LIB_NDBM)
if HAVE_DB3