Mercurial > emacs
diff src/Makefile.in @ 96717:2fde988b44fb
add further files to SOME_MACHINE_LISP to support NeXTStep port
| author | David Reitter <david.reitter@gmail.com> |
|---|---|
| date | Wed, 16 Jul 2008 05:28:31 +0000 |
| parents | 336d4f3f5eca |
| children | d88ca977bf31 |
line wrap: on
line diff
--- a/src/Makefile.in Wed Jul 16 05:27:47 2008 +0000 +++ b/src/Makefile.in Wed Jul 16 05:28:31 2008 +0000 @@ -897,7 +897,11 @@ ../lisp/international/codepage.elc \ ../lisp/international/fontset.elc \ ../lisp/mouse.elc \ - ../lisp/term/x-win.elc + ../lisp/term/x-win.elc \ + ../lisp/term/ns-win.elc \ + ../lisp/emacs-lisp/easy-mmode.elc \ + ../lisp/ns-carbon-compat.elc \ + ../lisp/emacs-lisp/easy-menu.elc /* Construct full set of libraries to be linked. Note that SunOS needs -lm to come before -lc; otherwise, you get
