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

@@ -8,9 +8,11 @@ include_HEADERS = heimntlm.h heimntlm-protos.h
libheimntlm_la_SOURCES = ntlm.c
libheimntlm_la_LDFLAGS = -version-info 0:0:0
libheimntlm_la_LIBADD = \
../krb5/libkrb5.la \
$(LIB_roken)
$(top_builddir)/lib/roken/libroken.la
$(srcdir)/heimntlm-protos.h:
cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o heimntlm-protos.h $(libheimntlm_la_SOURCES) || rm -f heimntlm-protos.h