projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3021e25
)
APOP support: If APOP is enabled, build it into inc and msgchk
author
Shantonu Sen
<ssen@mit.edu>
Mon, 17 Apr 2000 05:08:32 +0000
(
05:08
+0000)
committer
Shantonu Sen
<ssen@mit.edu>
Mon, 17 Apr 2000 05:08:32 +0000
(
05:08
+0000)
using $(APOPLIB).
stamp-h.in
patch
|
blob
|
history
uip/Makefile.in
patch
|
blob
|
history
diff --git
a/stamp-h.in
b/stamp-h.in
index
e5b25e8
..
74ce6a8
100644
(file)
--- a/
stamp-h.in
+++ b/
stamp-h.in
@@
-1
+1
@@
-Fri Mar 17 12:24:42 PST 2000
+Mon Apr 17 04:45:56 EDT 2000
diff --git
a/uip/Makefile.in
b/uip/Makefile.in
index
f8e36c9
..
90b551c
100644
(file)
--- a/
uip/Makefile.in
+++ b/
uip/Makefile.in
@@
-32,7
+32,8
@@
LINKLIBS = $(LOCALLIBS) $(KRB4_LIBS) $(HESIOD_LIBS) $(LIBS)
TERMLIB = @TERMLIB@
LEXLIB = @LEXLIB@
-POPLIB = @POPLIB@
+APOPLIB = @APOPLIB@
+POPLIB = @POPLIB@ $(APOPLIB)
COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS)
LINK = $(CC) $(LDFLAGS) -o $@