diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-09 19:48:47 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-09 19:48:47 -0700 |
commit | faaa020659710cecd2d7bb6eaf0c0a6944cff835 (patch) | |
tree | 21e340b9ffdf30d6a1e4ef4d809ef2b3992e1d37 /Makefile.pre.in | |
parent | 6937d6d76a3b6e4a40ef14a624ba1f1145c792c4 (diff) | |
download | cpython-faaa020659710cecd2d7bb6eaf0c0a6944cff835.tar.gz |
add dtrace inline stubs
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index d7aea2625e..0d9f392afa 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 \ |