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
+4 -2
View File
@@ -5,9 +5,11 @@ include $(top_srcdir)/Makefile.am.common
YFLAGS = -d -t
lib_LTLIBRARIES = libasn1.la
libasn1_la_LDFLAGS = -version-info 6:1:1
libasn1_la_LDFLAGS = -version-info 7:0:0
libasn1_la_LIBADD = @LIB_com_err@ $(LIB_roken)
libasn1_la_LIBADD = \
@LIB_com_err@ \
$(top_builddir)/lib/roken/libroken.la
BUILT_SOURCES = \
$(gen_files_rfc2459:.x=.c) \