From 15446d344d2bda98bf8fd7d0244081a9d4bb7c8f Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 19 Aug 2000 16:55:31 +0000 Subject: [PATCH] Add entry for Cookie module. --- Doc/Makefile.deps | 1 + Doc/lib/lib.tex | 1 + 2 files changed, 2 insertions(+) diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 6fd16dff371..f5b62b9fc8b 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -171,6 +171,7 @@ LIBFILES= $(MANSTYLES) $(COMMONTEX) \ ../lib/libqueue.tex \ ../lib/liblocale.tex \ ../lib/libbasehttp.tex \ + ../lib/libcookie.tex \ ../lib/libcopyreg.tex \ ../lib/libsymbol.tex \ ../lib/libbinhex.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index ef3f71d78a9..255fcd8db72 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -205,6 +205,7 @@ and how to embed it in other applications. \input{libbasehttp} \input{libsimplehttp} \input{libcgihttp} +\input{libcookie} \input{libasyncore} \input{netdata} % Internet Data Handling