diff options
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 824381c812f..3d81cc1f2bc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -658,7 +658,8 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(widgetobj) $(LIBOBJS) | |||
| 658 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ | 658 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ |
| 659 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ | 659 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ |
| 660 | ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc \ | 660 | ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc \ |
| 661 | ${lispsource}term/common-win.elc ${lispsource}term/x-win.elc | 661 | ${lispsource}term/common-win.elc ${lispsource}term/x-win.elc \ |
| 662 | ${lispsource}font-setting.elc | ||
| 662 | #else | 663 | #else |
| 663 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ | 664 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ |
| 664 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ | 665 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ |
| @@ -893,7 +894,7 @@ SOME_MACHINE_LISP = ../lisp/mouse.elc \ | |||
| 893 | ../lisp/tooltip.elc ../lisp/image.elc \ | 894 | ../lisp/tooltip.elc ../lisp/image.elc \ |
| 894 | ../lisp/fringe.elc ../lisp/dnd.elc \ | 895 | ../lisp/fringe.elc ../lisp/dnd.elc \ |
| 895 | ../lisp/mwheel.elc ../lisp/tool-bar.elc \ | 896 | ../lisp/mwheel.elc ../lisp/tool-bar.elc \ |
| 896 | ../lisp/x-dnd.elc \ | 897 | ../lisp/x-dnd.elc ../lisp/font-setting.elc \ |
| 897 | ../lisp/international/ccl.elc \ | 898 | ../lisp/international/ccl.elc \ |
| 898 | ../lisp/international/fontset.elc \ | 899 | ../lisp/international/fontset.elc \ |
| 899 | ../lisp/mouse.elc \ | 900 | ../lisp/mouse.elc \ |