diff src/Makefile.in @ 9595:d0a1ccb93c47

(SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Oct 1994 20:57:58 +0000
parents b36d5e88cccc
children 8c24b6db3fa3
line wrap: on
line diff
--- a/src/Makefile.in	Tue Oct 18 19:09:07 1994 +0000
+++ b/src/Makefile.in	Tue Oct 18 20:57:58 1994 +0000
@@ -484,7 +484,9 @@
 /* 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,