
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5652 ec53bebd-3082-4978-b11e-865c3cabbd6b
18 lines
328 B
Makefile
18 lines
328 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
if KRB4
|
|
AFSPROGS = afslog
|
|
endif
|
|
bin_PROGRAMS = $(AFSPROGS)
|
|
|
|
afslog_SOURCES = afslog.c
|
|
|
|
LDADD = $(LIB_kafs) \
|
|
$(LIB_krb4) \
|
|
$(top_builddir)/lib/krb5/libkrb5.la \
|
|
$(top_builddir)/lib/asn1/libasn1.la \
|
|
$(top_builddir)/lib/des/libdes.la \
|
|
$(top_builddir)/lib/roken/libroken.la
|