summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.dist
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-01-17 22:17:16 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-01-17 22:17:16 (GMT)
commit6425efe9aeb27fb698553b4cfcd925517052df72 (patch)
tree31809f7dbf40c7b652d72e1f43760566e828e5d1 /Modules/Setup.dist
parent65e1cea6e372ed809501cf5b927a65c111f79cd3 (diff)
downloadcpython-6425efe9aeb27fb698553b4cfcd925517052df72.zip
cpython-6425efe9aeb27fb698553b4cfcd925517052df72.tar.gz
cpython-6425efe9aeb27fb698553b4cfcd925517052df72.tar.bz2
The signal module has to be compiled statically, so add it to Setup.dist
and remove support for it from setup.py
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r--Modules/Setup.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index ad471ce..3964107 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -93,5 +93,8 @@ PYTHONPATH=$(COREPYTHONPATH)
posix posixmodule.c # posix (UNIX) system calls
_sre _sre.c # Fredrik Lundh's new regular expressions
+# The signal module can't be compiled as a dynamically linked module.
+signal signalmodule.c # signal(2)
+
# The rest of the modules previously listed in this file are built
# by the setup.py script in Python 2.1.