From: John Kohl Date: Thu, 21 Mar 1991 10:19:59 +0000 (+0000) Subject: use config options for hesiod now X-Git-Tag: krb5-1.0-alpha4~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6c654fbada6ced85dc69b91028402f0d03a9d18a;p=krb5.git use config options for hesiod now git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1933 dc483132-0cff-0310-8789-dd5450dbe970 --- 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)