]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed creation of extended python.
authorSjoerd Mullender <sjoerd@acm.org>
Wed, 9 Aug 1995 09:18:20 +0000 (09:18 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Wed, 9 Aug 1995 09:18:20 +0000 (09:18 +0000)
Makefile.in

index 2ec51424b225e59f2b3a06361dadeda351976728..4ebcd7ab3019b4a36ddd3d9bdc139ba73d3075d9 100644 (file)
@@ -158,6 +158,8 @@ libainstall:        all
                $(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: