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
lib/krb5: add utf8 support to build_logon_name() for the PAC
[heimdal.git]
/
appl
/
su
/
Makefile.am
blob
892bcaf4237d0feb86114f0b271ad858d59e5d2f
1
# $Id$
2
3
include $(top_srcdir)/Makefile.am.common
4
5
AM_CPPFLAGS += $(INCLUDE_krb4) $(INCLUDE_hcrypto)
6
7
bin_PROGRAMS = su
8
bin_SUIDS = su
9
su_SOURCES = su.c supaths.h
10
man_MANS = su.1
11
12
LDADD = $(LIB_kafs) \
13
$(top_builddir)/lib/krb5/libkrb5.la \
14
$(LIB_hcrypto) \
15
$(top_builddir)/lib/asn1/libasn1.la \
16
$(LIB_roken)
17
18
EXTRA_DIST = NTMakefile $(man_MANS)