summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorSjoerd Mullender <sjoerd@acm.org>1995-08-09 09:18:20 (GMT)
committerSjoerd Mullender <sjoerd@acm.org>1995-08-09 09:18:20 (GMT)
commitad5d2cf12caf1b6be8e07794f943c0016fc8f29f (patch)
treecd9e51f3753e75e110e127f61d7c06a130519325 /Makefile.in
parent9d8fe6483d3dcb74b8b9250e6f01ce263111ac41 (diff)
downloadcpython-ad5d2cf12caf1b6be8e07794f943c0016fc8f29f.zip
cpython-ad5d2cf12caf1b6be8e07794f943c0016fc8f29f.tar.gz
cpython-ad5d2cf12caf1b6be8e07794f943c0016fc8f29f.tar.bz2
Fixed creation of extended python.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
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: