freebsd-dev/crypto/heimdal/appl/afsutil/Makefile.am
2001-02-13 16:46:19 +00:00

22 lines
392 B
Makefile

# $Id: Makefile.am,v 1.12 2000/11/15 22:51:07 assar Exp $
include $(top_srcdir)/Makefile.am.common
INCLUDES += $(INCLUDE_krb4)
if KRB4
AFSPROGS = afslog pagsh
endif
bin_PROGRAMS = $(AFSPROGS)
afslog_SOURCES = afslog.c
pagsh_SOURCES = pagsh.c
LDADD = $(LIB_kafs) \
$(LIB_krb4) \
$(top_builddir)/lib/krb5/libkrb5.la \
$(top_builddir)/lib/asn1/libasn1.la \
$(LIB_des) \
$(LIB_roken)