Fixed creation of extended python.
diff --git a/Makefile.in b/Makefile.in
index 2ec5142..4ebcd7a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -158,6 +158,8 @@
 		$(INSTALL_DATA) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
 		$(INSTALL_DATA) config.h $(LIBPL)/config.h
 		$(INSTALL_DATA) $(srcdir)/Python/frozenmain.c $(LIBPL)/frozenmain.c
+		$(INSTALL_DATA) Modules/main.o $(LIBPL)/main.o
+		$(INSTALL_DATA) Modules/getpath.o $(LIBPL)/getpath.o
 
 # install the dynamically loadable modules
 sharedinstall: