22 lines
442 B
Makefile
22 lines
442 B
Makefile
# $Heimdal: Makefile.am,v 1.15 2003/03/18 13:13:06 lha Exp $
|
|
# $NetBSD: Makefile.am,v 1.1.1.5 2003/05/15 20:28:40 lha Exp $
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
INCLUDES += $(INCLUDE_krb4)
|
|
|
|
bin_PROGRAMS = afslog pagsh
|
|
|
|
afslog_SOURCES = afslog.c
|
|
|
|
pagsh_SOURCES = pagsh.c
|
|
|
|
man_MANS = afslog.1
|
|
|
|
LDADD = $(LIB_kafs) \
|
|
$(LIB_krb4) \
|
|
$(top_builddir)/lib/krb5/libkrb5.la \
|
|
$(top_builddir)/lib/asn1/libasn1.la \
|
|
$(LIB_des) \
|
|
$(LIB_roken)
|