repo.or.cz
/
heimdal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
krb5: do not store TGTs if GC_NO_STORE
[heimdal.git]
/
appl
/
kf
/
Makefile.am
blob
0b38057ca6d182c6730da5136dbe0911bf6e0ab6
1
# $Id$
2
3
include $(top_srcdir)/Makefile.am.common
4
5
bin_PROGRAMS = kf
6
7
libexec_PROGRAMS = kfd
8
9
man_MANS = kf.1 kfd.8
10
11
kf_SOURCES = kf.c kf_locl.h
12
13
kfd_SOURCES = kfd.c kf_locl.h
14
15
LDADD = $(top_builddir)/lib/krb5/libkrb5.la \
16
$(LIB_hcrypto) \
17
$(top_builddir)/lib/asn1/libasn1.la \
18
$(LIB_roken)
19
20
EXTRA_DIST = NTMakefile $(man_MANS)