From 44a7a7c5d0ddda96fbf2efb9c22fe1858a0b5849 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 1 Jul 1999 20:39:59 +0000 Subject: Added entry for dl 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 e968cd7..d4678bb 100644 --- a/Doc/Makefile.deps +++ b/Doc/Makefile.deps @@ -195,6 +195,7 @@ LIBFILES= ../lib/lib.tex \ ../lib/libchunk.tex \ ../lib/libcodeop.tex \ ../lib/libcurses.tex \ + ../lib/libdl.tex \ ../lib/libmutex.tex \ ../lib/libnis.tex \ ../lib/libpipes.tex \ diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index 69bc730..745fc1f 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -168,6 +168,7 @@ add new extensions to Python and how to embed it in other applications. \input{libpwd} \input{libgrp} \input{libcrypt} +\input{libdl} \input{libdbm} \input{libgdbm} \input{libtermios} -- cgit v0.12