1# $Id: Makefile.am,v 1.12 2000/11/15 22:51:07 assar Exp $ 2 3include $(top_srcdir)/Makefile.am.common 4 5INCLUDES += $(INCLUDE_krb4) 6 7if KRB4 8AFSPROGS = afslog pagsh 9endif 10bin_PROGRAMS = $(AFSPROGS) 11 12afslog_SOURCES = afslog.c 13 14pagsh_SOURCES = pagsh.c 15 16LDADD = $(LIB_kafs) \ 17 $(LIB_krb4) \ 18 $(top_builddir)/lib/krb5/libkrb5.la \ 19 $(top_builddir)/lib/asn1/libasn1.la \ 20 $(LIB_des) \ 21 $(LIB_roken) 22