Rename foo libfoo.a

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1171 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-01-19 05:19:11 +00:00
parent 53eb7a04fb
commit 2e11d66f4b
3 changed files with 8 additions and 6 deletions

View File

@@ -6,9 +6,9 @@ SUBDIRS = error
INCLUDES = -I$(top_builddir)/include
lib_LIBRARIES = krb5
lib_LIBRARIES = libkrb5.a
krb5_SOURCES = cache.c config_file.y constants.c context.c data.c \
libkrb5_a_SOURCES = cache.c config_file.y constants.c context.c data.c \
get_addrs.c get_cred.c get_in_tkt.c get_in_tkt_pw.c get_port.c \
krbhst.c misc.c principal.c principal_p.c send_to_kdc.c str2key.c \
crc.c build_ap_req.c build_auth.c mk_req.c get_host_realm.c \