17 lines
311 B
Makefile
17 lines
311 B
Makefile
# $Id: Makefile.am,v 1.1.1.1 2001/09/17 12:10:06 assar Exp $
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
INCLUDES += $(INCLUDE_des)
|
|
|
|
libexec_PROGRAMS = kerberos
|
|
|
|
man_MANS = kerberos.8
|
|
|
|
LDADD = \
|
|
$(top_builddir)/lib/kdb/libkdb.la \
|
|
$(top_builddir)/lib/krb/libkrb.la \
|
|
$(LIB_des) \
|
|
$(LIB_roken) \
|
|
$(DBLIB)
|