From: Shantonu Sen Date: Mon, 17 Apr 2000 05:08:32 +0000 (+0000) Subject: APOP support: If APOP is enabled, build it into inc and msgchk X-Git-Tag: nmh-1_0~32 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=ac79e8d6a1a8a3cb3fb2438b03d3d0ba5ea2570d APOP support: If APOP is enabled, build it into inc and msgchk using $(APOPLIB). --- 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 $@