]> code.delx.au - gnu-emacs/commitdiff
(SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Oct 1994 20:57:58 +0000 (20:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Oct 1994 20:57:58 +0000 (20:57 +0000)
src/Makefile.in

index 9b713af27a6c61801dd568f25139394ce4fe2b29..bd1dbe08b685a4a7dea93bb26aefdd2081beefee 100644 (file)
@@ -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,