diff options
-rw-r--r-- | Doc/Makefile.deps | 1 | ||||
-rw-r--r-- | Doc/lib/lib.tex | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps index 6fd16dff37..f5b62b9fc8 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 ef3f71d78a..255fcd8db7 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 |