From c6b7fc80b1c1348c3323a321b6f73a8c9a495b8e Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 22 Mar 1999 19:19:37 +0000 Subject: [PATCH] hesoid -> hesiod git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5694 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/push/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appl/push/Makefile.am b/appl/push/Makefile.am index 52a84d17a..56dfa4a41 100644 --- a/appl/push/Makefile.am +++ b/appl/push/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.am.common -INCLUDES += $(INCLUDE_krb4) $(INCLUDE_hesoid) +INCLUDES += $(INCLUDE_krb4) $(INCLUDE_hesiod) bin_SCRIPTS = pfrom @@ -24,4 +24,4 @@ LDADD = $(LIB_krb5) \ $(LIB_krb4) \ $(top_builddir)/lib/des/libdes.la \ $(top_builddir)/lib/roken/libroken.la \ - $(LIB_hesoid) + $(LIB_hesiod)