summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/appl/kauth/Makefile.am
blob: a5bf0fdacac6c2f63429b0e3c3a3168400301da8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# $Id: Makefile.am,v 1.7 1999/04/09 18:22:45 assar Exp $

include $(top_srcdir)/Makefile.am.common

INCLUDES += $(INCLUDE_krb4)

bin_PROGRAMS = kauth
bin_SCRIPTS = ksrvtgt
libexec_PROGRAMS = kauthd

EXTRA_DIST = zrefresh ksrvtgt.in

kauth_SOURCES = \
	kauth.c \
	kauth.h \
	rkinit.c \
	marshall.c \
	encdata.c

kauthd_SOURCES = \
	kauthd.c \
	kauth.h \
	marshall.c \
	encdata.c

ksrvtgt: ksrvtgt.in
	sed -e "s!%bindir%!$(bindir)!" $(srcdir)/ksrvtgt.in > $@
	chmod +x $@

install-exec-local:
	if test -f $(bindir)/zrefresh -o -r  $(bindir)/zrefresh; then \
	  true; \
	else \
	  $(INSTALL_PROGRAM) $(srcdir)/zrefresh $(bindir)/`echo zrefresh | sed '$(transform)'`; \
	fi

LDADD = \
	$(LIB_kafs)				\
	$(LIB_krb5)				\
	$(LIB_krb4)				\
	$(top_builddir)/lib/des/libdes.la	\
	$(LIB_roken)
OpenPOWER on IntegriCloud