From: Eli Zaretskii Date: Sat, 23 Aug 2008 16:58:02 +0000 (+0000) Subject: (MSDOS_OBJ): Add xmenu.o. X-Git-Tag: emacs-pretest-23.0.90~3320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=005e19a5935ec1e4cf7b8c9024c6f260feb0642b;p=emacs.git (MSDOS_OBJ): Add xmenu.o. (SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc. --- diff --git a/src/Makefile.in b/src/Makefile.in index 32bdef6546d..33a5113aa06 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.