From 005e19a5935ec1e4cf7b8c9024c6f260feb0642b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Aug 2008 16:58:02 +0000 Subject: [PATCH] (MSDOS_OBJ): Add xmenu.o. (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc. --- src/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 32bdef6546..33a5113aa0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -505,9 +505,9 @@ GETLOADAVG_LIBS = @GETLOADAVG_LIBS@ #ifdef MSDOS #ifdef HAVE_X_WINDOWS -MSDOS_OBJ = dosfns.o msdos.o +MSDOS_OBJ = dosfns.o msdos.o xmenu.o #else -MSDOS_OBJ = dosfns.o msdos.o w16select.o +MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o #endif #endif @@ -871,6 +871,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ ../lisp/international/fontset.elc \ ../lisp/mouse.elc \ ../lisp/term/x-win.elc \ + ../lisp/term/pc-win.elc \ ../lisp/term/ns-win.elc /* Construct full set of libraries to be linked. -- 2.39.2