From 4f1099fcf4485e59840036f1ca2d7540ffcabfdd Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 29 Apr 1997 15:41:53 +0000 Subject: Added cgensupport.o. --- Modules/Makefile.pre.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 67c8601..6a3e5e5 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -94,6 +94,8 @@ MAKESETUP= $(srcdir)/makesetup OBJS= $(MODOBJS) +# XXX Should getpath.o (and may be others) be added to OBJS? + ADDOBJS= main.o config.o getpath.o getbuildinfo.o LIB= libModules.a @@ -174,6 +176,7 @@ almodule.o: almodule.c arraymodule.o: arraymodule.c audioop.o: audioop.c cdmodule.o: cdmodule.c +cgensupport.o: cgensupport.c clmodule.o: clmodule.c dbmmodule.o: dbmmodule.c errnomodule.o: errnomodule.c -- cgit v0.12