mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
Unix: Rename aklog_main.c as aklog.c
Now the reasons for having aklog_main.c separate from aklog.c have gone, rename the file so we've just got aklog.c Change-Id: I32e34be246a5357be25ab93328d434c396483042 Reviewed-on: http://gerrit.openafs.org/1038 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
da8c26533d
commit
187630ed3e
@ -18,8 +18,8 @@ AFSLIBS = ${TOP_LIBDIR}/libprot.a ${TOP_LIBDIR}/libauth.a \
|
||||
${TOP_LIBDIR}/libdes.a ${TOP_LIBDIR}/libcom_err.a \
|
||||
${TOP_LIBDIR}/libcmd.a ${TOP_LIBDIR}/libafsutil.a
|
||||
|
||||
SRCS= aklog_main.c krb_util.c linked_list.c
|
||||
OBJS= aklog_main.o krb_util.o linked_list.o
|
||||
SRCS= aklog.c krb_util.c linked_list.c
|
||||
OBJS= aklog.o krb_util.o linked_list.o
|
||||
|
||||
all: aklog asetkey klog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user