Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 502ed82

Browse files
committed
Add dependencies for the weakref object.
1 parent 19bc578 commit 502ed82

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile.pre.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ OBJECT_OBJS= \
265265
Objects/stringobject.o \
266266
Objects/tupleobject.o \
267267
Objects/typeobject.o \
268+
Objects/weakrefobject.o \
268269
$(UNICODE_OBJS)
269270

270271

@@ -470,6 +471,7 @@ PYTHON_HEADERS= \
470471
Include/traceback.h \
471472
Include/tupleobject.h \
472473
Include/unicodeobject.h \
474+
Include/weakrefobject.h \
473475
pyconfig.h
474476

475477
$(LIBRARY_OBJS) $(MODOBJS) Modules/$(MAINOBJ): $(PYTHON_HEADERS)

0 commit comments

Comments
 (0)