From 6c654fbada6ced85dc69b91028402f0d03a9d18a Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 21 Mar 1991 10:19:59 +0000 Subject: [PATCH] use config options for hesiod now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1933 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/movemail/Imakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/appl/movemail/Imakefile b/src/appl/movemail/Imakefile index 3cb7825a8..1e36a0911 100644 --- a/src/appl/movemail/Imakefile +++ b/src/appl/movemail/Imakefile @@ -8,11 +8,12 @@ # For copying and distribution information, please see the file # . # + +# HESDEFS and HESLIBS come from the Imake configuration files. + DEPLIBS = $(DEPKLIB) LOCAL_LIBRARIES = $(KLIB) $(HESLIBS) DEFINES = -DKERBEROS -DKRB5 -DMAIL_USE_POP $(OSDEFS) $(HESDEFS) OSDEFS = -DMAIL_USE_FLOCK -DBSD - HESDEFS = -DHESIOD - HESLIBS = -lhesiod SimpleProgramTarget(movemail) -- 2.26.2