diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/appl/movemail/Imakefile | 5 |
1 files 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 # <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) |
