]> granicus.if.org Git - python/commitdiff
libainstall: Install Modules/Setup.thread in addition to Modules/Setup and
authorFred Drake <fdrake@acm.org>
Tue, 9 Dec 1997 15:18:33 +0000 (15:18 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 Dec 1997 15:18:33 +0000 (15:18 +0000)
Modules/Setup.local.

Guido:  I hope this is ok; it seems to make a lot of sense to get the
whole trio of module config files installed as a set rather than
doing it partially.

Makefile.in

index 1affa8a305e82c02bff5e9906784b87080d6e464..fb5e911ba26a4312a1d961a2e1123f2f10f31f68 100644 (file)
@@ -372,6 +372,7 @@ libainstall:        all
                $(INSTALL_DATA) Modules/Makefile $(LIBPL)/Makefile
                $(INSTALL_DATA) Modules/Setup $(LIBPL)/Setup
                $(INSTALL_DATA) Modules/Setup.local $(LIBPL)/Setup.local
+               $(INSTALL_DATA) Modules/Setup.thread $(LIBPL)/Setup.thread
                $(INSTALL_PROGRAM) $(srcdir)/Modules/makesetup $(LIBPL)/makesetup
                $(INSTALL_PROGRAM) $(srcdir)/install-sh $(LIBPL)/install-sh
                $(INSTALL_DATA) $(srcdir)/Misc/Makefile.pre.in $(LIBPL)/Makefile.pre.in