diff options
| author | Kim F. Storm | 2006-02-20 22:16:00 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-02-20 22:16:00 +0000 |
| commit | d76c7a77e2ec67f869e0c7cce389bcc0a81bb1ad (patch) | |
| tree | 7c3c7d5ca02cb0abf9c664e2f7bc71062a2c7974 | |
| parent | 01bc0451f8c0b006af14823ab5c2cc2d3f84a5f4 (diff) | |
| download | emacs-d76c7a77e2ec67f869e0c7cce389bcc0a81bb1ad.tar.gz emacs-d76c7a77e2ec67f869e0c7cce389bcc0a81bb1ad.zip | |
Add fringe.elc to WINDOW_SUPPORT.
| -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 |