Commit ad5d2cf1 authored by Sjoerd Mullender's avatar Sjoerd Mullender

Fixed creation of extended python.

parent 9d8fe648
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment