summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-10 02:48:47 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-10 02:48:47 (GMT)
commitf5781958af0cc0111eac708da9201214dff2724a (patch)
tree675e9c7fed8d073e387e86f6554d95f2118b9cb2 /Makefile.pre.in
parent4ba5c88a3f4cc68f9c117930c6533705eb9c6c50 (diff)
downloadcpython-f5781958af0cc0111eac708da9201214dff2724a.zip
cpython-f5781958af0cc0111eac708da9201214dff2724a.tar.gz
cpython-f5781958af0cc0111eac708da9201214dff2724a.tar.bz2
add dtrace inline stubs
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d7aea26..0d9f392 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -355,6 +355,7 @@ PYTHON_OBJS= \
Python/compile.o \
Python/codecs.o \
Python/dynamic_annotations.o \
+ Python/dtrace_stubs.o \
Python/errors.o \
Python/frozenmain.o \
Python/future.o \