diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-11-24 20:59:25 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-11-24 20:59:25 +0000 |
commit | 5bda878e3e95c125f9bead8f22cee8cf2a298555 (patch) | |
tree | 1e090f07ab7ae3acaf4198828984ee6fe1b1d084 /crypto/heimdal/lib/roken/Makefile.am | |
parent | 5ead950622ac8fcd1e64e19ac09cfc7ddbcf41bc (diff) |
Import of Heimdal 0.5.1.
Approved by: re
Notes
Notes:
svn path=/vendor-crypto/heimdal/dist/; revision=107207
Diffstat (limited to 'crypto/heimdal/lib/roken/Makefile.am')
-rw-r--r-- | crypto/heimdal/lib/roken/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/roken/Makefile.am b/crypto/heimdal/lib/roken/Makefile.am index a1dc45d1d6ac..7b3aa0a69196 100644 --- a/crypto/heimdal/lib/roken/Makefile.am +++ b/crypto/heimdal/lib/roken/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.122 2002/09/09 19:17:01 joda Exp $ +# $Id: Makefile.am,v 1.122.4.1 2002/10/21 15:03:04 joda Exp $ include $(top_srcdir)/Makefile.am.common @@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I ../../cf CLEANFILES = roken.h make-roken.c $(XHEADERS) lib_LTLIBRARIES = libroken.la -libroken_la_LDFLAGS = -version-info 16:0:0 +libroken_la_LDFLAGS = -version-info 16:1:0 noinst_PROGRAMS = make-roken snprintf-test |