add dtrace inline stubs
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/compile.o \
 		Python/codecs.o \
 		Python/dynamic_annotations.o \
+		Python/dtrace_stubs.o \
 		Python/errors.o \
 		Python/frozenmain.o \
 		Python/future.o \