projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c11d7
)
use config options for hesiod now
author
John Kohl
<jtkohl@mit.edu>
Thu, 21 Mar 1991 10:19:59 +0000
(10:19 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/src/appl/movemail/Imakefile
b/src/appl/movemail/Imakefile
index 3cb7825a89b16574bfe073f98abacf8f6f79f7c6..1e36a09114151844f2068531cc1bbc597b29ac7d 100644
(file)
--- 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)