diff options
| author | Karoly Lorentey | 2004-02-19 02:06:18 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-02-19 02:06:18 +0000 |
| commit | 71e9b5ebf899d9a96ef7d627d51459c7ecde431e (patch) | |
| tree | 61e776e07c4f66749dc50a43f5dc37e9d7e0a581 /src | |
| parent | ac3d262560b0182146962f183d32725602d82f3c (diff) | |
| download | emacs-71e9b5ebf899d9a96ef7d627d51459c7ecde431e.tar.gz emacs-71e9b5ebf899d9a96ef7d627d51459c7ecde431e.zip | |
Added newly loaded stuff in loadup.el to src/Makefile.in.
src/Makefile.in (SOME_MACHINE_LISP): Added X-related libraries that
were added to loadup.el.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-79
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 9f4dcd2b26f..775c454e813 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -873,7 +873,9 @@ SOME_MACHINE_LISP = ${dotdot}/lisp/mouse.elc \ | |||
| 873 | ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \ | 873 | ${dotdot}/lisp/w32-fns.elc ${dotdot}/lisp/dos-w32.elc \ |
| 874 | ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \ | 874 | ${dotdot}/lisp/disp-table.elc ${dotdot}/lisp/dos-vars.elc \ |
| 875 | ${dotdot}/lisp/international/ccl.elc \ | 875 | ${dotdot}/lisp/international/ccl.elc \ |
| 876 | ${dotdot}/lisp/international/codepage.elc | 876 | ${dotdot}/lisp/international/codepage.elc \ |
| 877 | ${dotdot}/lisp/mouse.elc ${dotdot}/lisp/international/fontset.elc \ | ||
| 878 | ${dotdot}/lisp/x-dnd.elc ${dotdot}/lisp/term/x-win.elc | ||
| 877 | 879 | ||
| 878 | /* Construct full set of libraries to be linked. | 880 | /* Construct full set of libraries to be linked. |
| 879 | Note that SunOS needs -lm to come before -lc; otherwise, you get | 881 | Note that SunOS needs -lm to come before -lc; otherwise, you get |