Added entry for dl module.

This commit is contained in:
Fred Drake 1999-07-01 20:39:59 +00:00
parent b5879ca2e9
commit 44a7a7c5d0
2 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,7 @@ LIBFILES= ../lib/lib.tex \
../lib/libchunk.tex \ ../lib/libchunk.tex \
../lib/libcodeop.tex \ ../lib/libcodeop.tex \
../lib/libcurses.tex \ ../lib/libcurses.tex \
../lib/libdl.tex \
../lib/libmutex.tex \ ../lib/libmutex.tex \
../lib/libnis.tex \ ../lib/libnis.tex \
../lib/libpipes.tex \ ../lib/libpipes.tex \

View File

@ -168,6 +168,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libpwd} \input{libpwd}
\input{libgrp} \input{libgrp}
\input{libcrypt} \input{libcrypt}
\input{libdl}
\input{libdbm} \input{libdbm}
\input{libgdbm} \input{libgdbm}
\input{libtermios} \input{libtermios}