summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-10-05 21:56:02 (GMT)
committerFred Drake <fdrake@acm.org>2001-10-05 21:56:02 (GMT)
commit502ed82125e0d11204357bb9bc48f88e8a994bb0 (patch)
tree4ea8a95ae9e6c0596ee3e2cc3b5606c5460d62b3 /Makefile.pre.in
parent19bc578a0907844cb94fe6f727fa5158736086fa (diff)
downloadcpython-502ed82125e0d11204357bb9bc48f88e8a994bb0.zip
cpython-502ed82125e0d11204357bb9bc48f88e8a994bb0.tar.gz
cpython-502ed82125e0d11204357bb9bc48f88e8a994bb0.tar.bz2
Add dependencies for the weakref object.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 554850f..26707e7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -265,6 +265,7 @@ OBJECT_OBJS= \
Objects/stringobject.o \
Objects/tupleobject.o \
Objects/typeobject.o \
+ Objects/weakrefobject.o \
$(UNICODE_OBJS)
@@ -470,6 +471,7 @@ PYTHON_HEADERS= \
Include/traceback.h \
Include/tupleobject.h \
Include/unicodeobject.h \
+ Include/weakrefobject.h \
pyconfig.h
$(LIBRARY_OBJS) $(MODOBJS) Modules/$(MAINOBJ): $(PYTHON_HEADERS)