From: Richard M. Stallman Date: Tue, 18 Oct 1994 20:57:58 +0000 (+0000) Subject: (SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files. X-Git-Tag: emacs-19.34~6259 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/149cbcb0b7d9aecbc41ecb497c9921549e217409 (SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files. --- diff --git a/src/Makefile.in b/src/Makefile.in index 9b713af27a..bd1dbe08b6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -484,7 +484,9 @@ obj= dispnew.o frame.o scroll.o xdisp.o window.o \ /* Object files used on some machine or other. These go in the DOC file on all machines in case they are needed there. */ -SOME_MACHINE_OBJECTS = sunfns.o +SOME_MACHINE_OBJECTS = sunfns.o msdos.o \ + xterm.o xfns.o xfaces.o xmenu.o xselect.o xrdb.o + #ifdef TERMINFO /* Used to be -ltermcap here. If your machine needs that,