]> granicus.if.org Git - python/commitdiff
For use with Misc/Makefile.pre.in, the libainstall target must install
authorGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 22:53:39 +0000 (22:53 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 19 Jul 1997 22:53:39 +0000 (22:53 +0000)
Modules/python.o.

Makefile.in

index a093aaa73eed20d4182c888469c72d6ef176381b..753c5bc0ee8a5e46eb88fa37b191798ed83439b0 100644 (file)
@@ -329,6 +329,7 @@ libainstall:        all
                $(INSTALL_DATA) $(LIBRARY) $(LIBPL)/$(LIBRARY)
                $(RANLIB) $(LIBPL)/$(LIBRARY)
                $(INSTALL_DATA) Modules/config.c $(LIBPL)/config.c
+               $(INSTALL_DATA) Modules/python.o $(LIBPL)/python.o
                $(INSTALL_DATA) $(srcdir)/Modules/config.c.in $(LIBPL)/config.c.in
                $(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile
                $(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup