summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-08 08:06:37 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-08 08:06:37 (GMT)
commit4b4c664d2e93279c8d749da027000453f9e2cd46 (patch)
treed9046da4ab74af69abba4b39b1c1cd6c2e11f985 /Modules/Setup.in
parentb69e0958a5fee76bbaaaf606997dc19cd4b33406 (diff)
downloadcpython-4b4c664d2e93279c8d749da027000453f9e2cd46.zip
cpython-4b4c664d2e93279c8d749da027000453f9e2cd46.tar.gz
cpython-4b4c664d2e93279c8d749da027000453f9e2cd46.tar.bz2
* Modules/{Setup.in, gdbmmodule.c}, Doc/{lib,libgdbm}.tex: added
Anthony Baxter's gdbm module (derived from Jack's dbm module)
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index 171755c..04157d4 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -203,6 +203,10 @@ rotor rotormodule.o
# syslog syslogmodule.o
-# Example -- included for reference only
+# Anthony Baxter's gdbm module (derived from Jack's dbm module)
+# GNU dbm(3) will require -lgdbm
+gdbm gdbmmodule.o -I/usr/local/include -L/usr/local/lib -lgdbm
+
+# Example -- included for reference only
# xx xxmodule.o