From ac79e8d6a1a8a3cb3fb2438b03d3d0ba5ea2570d Mon Sep 17 00:00:00 2001 From: Shantonu Sen Date: Mon, 17 Apr 2000 05:08:32 +0000 Subject: [PATCH] APOP support: If APOP is enabled, build it into inc and msgchk using $(APOPLIB). --- stamp-h.in | 2 +- uip/Makefile.in | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/stamp-h.in b/stamp-h.in index e5b25e8..74ce6a8 100644 --- 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 --- 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 $@ -- 1.7.10.4