diff options
author | Fred Drake <fdrake@acm.org> | 2001-10-05 21:56:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-10-05 21:56:02 (GMT) |
commit | 502ed82125e0d11204357bb9bc48f88e8a994bb0 (patch) | |
tree | 4ea8a95ae9e6c0596ee3e2cc3b5606c5460d62b3 /Makefile.pre.in | |
parent | 19bc578a0907844cb94fe6f727fa5158736086fa (diff) | |
download | cpython-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.in | 2 |
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) |