diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index d052e9b653f..816975264f6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -678,11 +678,11 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO | |||
| 678 | 678 | ||
| 679 | #ifdef HAVE_WINDOW_SYSTEM | 679 | #ifdef HAVE_WINDOW_SYSTEM |
| 680 | #ifdef HAVE_X_WINDOWS | 680 | #ifdef HAVE_X_WINDOWS |
| 681 | #define WINDOW_SUPPORT ${lispsource}image.elc \ | 681 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ |
| 682 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ | 682 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ |
| 683 | ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc | 683 | ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc |
| 684 | #else | 684 | #else |
| 685 | #define WINDOW_SUPPORT ${lispsource}image.elc \ | 685 | #define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \ |
| 686 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ | 686 | ${lispsource}international/fontset.elc ${lispsource}dnd.elc \ |
| 687 | ${lispsource}tool-bar.elc ${lispsource}mwheel.elc | 687 | ${lispsource}tool-bar.elc ${lispsource}mwheel.elc |
| 688 | #endif | 688 | #endif |