summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-10-18 20:57:58 +0000
committerRichard M. Stallman <rms@gnu.org>1994-10-18 20:57:58 +0000
commit2bc372374968ed14345b136ab11351202df09d0c (patch)
treedadb5d9a8f28561f6e1ad4ced5d2ddb4fd227645 /src/Makefile.in
parentbcb2428bf680627913bfb82629a1e2bb990798ea (diff)
downloademacs-2bc372374968ed14345b136ab11351202df09d0c.tar.gz
(SOME_MACHINE_OBJECTS): Add msdos.o and x*.o files.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 9b713af27a6..bd1dbe08b68 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,