use config options for hesiod now
authorJohn Kohl <jtkohl@mit.edu>
Thu, 21 Mar 1991 10:19:59 +0000 (10:19 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 21 Mar 1991 10:19:59 +0000 (10:19 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1933 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/movemail/Imakefile

index 3cb7825a89b16574bfe073f98abacf8f6f79f7c6..1e36a09114151844f2068531cc1bbc597b29ac7d 100644 (file)
@@ -8,11 +8,12 @@
 #  For copying and distribution information, please see the file
 #  <krb5/copyright.h>.
 # 
+
+# 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)