]> git.eshelyaron.com Git - emacs.git/commitdiff
Add fringe.elc to WINDOW_SUPPORT.
authorKim F. Storm <storm@cua.dk>
Mon, 20 Feb 2006 22:16:00 +0000 (22:16 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 20 Feb 2006 22:16:00 +0000 (22:16 +0000)
src/Makefile.in

index d052e9b653f75c9b5906be1fab6121bfd7bf0bc2..816975264f60a54cc789dd5eb4e62f0ce28b3634 100644 (file)
@@ -678,11 +678,11 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO
 
 #ifdef HAVE_WINDOW_SYSTEM
 #ifdef HAVE_X_WINDOWS
-#define WINDOW_SUPPORT ${lispsource}image.elc \
+#define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \
  ${lispsource}international/fontset.elc ${lispsource}dnd.elc \
  ${lispsource}tool-bar.elc ${lispsource}mwheel.elc ${lispsource}x-dnd.elc
 #else
-#define WINDOW_SUPPORT ${lispsource}image.elc \
+#define WINDOW_SUPPORT ${lispsource}fringe.elc ${lispsource}image.elc \
  ${lispsource}international/fontset.elc ${lispsource}dnd.elc \
  ${lispsource}tool-bar.elc ${lispsource}mwheel.elc
 #endif