]> granicus.if.org Git - python/commitdiff
Add dependencies for the weakref object.
authorFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:56:02 +0000 (21:56 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 5 Oct 2001 21:56:02 +0000 (21:56 +0000)
Makefile.pre.in

index 554850fcb61e6085fd19528ccc11bc663c75800c..26707e76dee305cbf12a69be16a7fde3a0859e9b 100644 (file)
@@ -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)