From: Fred Drake Date: Fri, 5 Oct 2001 21:56:02 +0000 (+0000) Subject: Add dependencies for the weakref object. X-Git-Tag: v2.2.1c1~1431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=502ed82125e0d11204357bb9bc48f88e8a994bb0;p=python Add dependencies for the weakref object. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 554850fcb6..26707e76de 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)