diff options
| author | Eli Zaretskii | 2008-08-23 16:58:02 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-23 16:58:02 +0000 |
| commit | 005e19a5935ec1e4cf7b8c9024c6f260feb0642b (patch) | |
| tree | 7612d5924b8c049a9b56cd3adf35521224501ab2 /src | |
| parent | ffd225c4ea15ab414a04e3b1765fc2124906dd89 (diff) | |
| download | emacs-005e19a5935ec1e4cf7b8c9024c6f260feb0642b.tar.gz emacs-005e19a5935ec1e4cf7b8c9024c6f260feb0642b.zip | |
(MSDOS_OBJ): Add xmenu.o.
(SOME_MACHINE_LISP): Add ../lisp/term/pc-win.elc.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
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@ | |||
| 505 | 505 | ||
| 506 | #ifdef MSDOS | 506 | #ifdef MSDOS |
| 507 | #ifdef HAVE_X_WINDOWS | 507 | #ifdef HAVE_X_WINDOWS |
| 508 | MSDOS_OBJ = dosfns.o msdos.o | 508 | MSDOS_OBJ = dosfns.o msdos.o xmenu.o |
| 509 | #else | 509 | #else |
| 510 | MSDOS_OBJ = dosfns.o msdos.o w16select.o | 510 | MSDOS_OBJ = dosfns.o msdos.o w16select.o xmenu.o |
| 511 | #endif | 511 | #endif |
| 512 | #endif | 512 | #endif |
| 513 | 513 | ||
| @@ -871,6 +871,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ | |||
| 871 | ../lisp/international/fontset.elc \ | 871 | ../lisp/international/fontset.elc \ |
| 872 | ../lisp/mouse.elc \ | 872 | ../lisp/mouse.elc \ |
| 873 | ../lisp/term/x-win.elc \ | 873 | ../lisp/term/x-win.elc \ |
| 874 | ../lisp/term/pc-win.elc \ | ||
| 874 | ../lisp/term/ns-win.elc | 875 | ../lisp/term/ns-win.elc |
| 875 | 876 | ||
| 876 | /* Construct full set of libraries to be linked. | 877 | /* Construct full set of libraries to be linked. |