From ad5d2cf12caf1b6be8e07794f943c0016fc8f29f Mon Sep 17 00:00:00 2001 From: Sjoerd Mullender Date: Wed, 9 Aug 1995 09:18:20 +0000 Subject: Fixed creation of extended python. --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 2ec5142..4ebcd7a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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: -- cgit v0.12