diff options
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r-- | Modules/Makefile.pre.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |