mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Add dependencies for the weakref object.
This commit is contained in:
parent
19bc578a09
commit
502ed82125
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue