wine/programs/klist/Makefile.in
Maxim Karasev c29dc0064e klist: Add a program that lists Kerberos tickets.
It's a clean-room reimplementation that mimics Windows 10 program's output format.
It prints all the information that is available via KerbQueryTicketCacheMessage.

Also tested to work on Windows if dynamically linked + built with winegcc.

For further extension of the functionality, implementing
KerbQueryTicketCacheEx{,2,3}Message is required.
2023-07-21 21:27:44 +02:00

11 lines
138 B
Makefile

MODULE = klist.exe
IMPORTS = secur32 advapi32 user32
EXTRADLLFLAGS = -mconsole -municode
C_SRCS = \
main.c
RC_SRCS = \
klist.rc