Mercurial > emacs
diff src/Makefile.in @ 52298:1a4bd2bec861
Create and initialize a client leader window so session management
doesn't restart Emacs twice.
| author | Jan Dj?rv <jan.h.d@swipnet.se> |
|---|---|
| date | Thu, 21 Aug 2003 19:54:47 +0000 |
| parents | 1d35d66f8132 |
| children | 5e05e50d305b |
line wrap: on
line diff
--- a/src/Makefile.in Thu Aug 21 17:24:58 2003 +0000 +++ b/src/Makefile.in Thu Aug 21 19:54:47 2003 +0000 @@ -1153,7 +1153,8 @@ xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ buffer.h atimer.h systime.h $(config_h) xrdb.o: xrdb.c $(config_h) epaths.h -xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h +xsmfns.o: xsmfns.c $(config_h) systime.h sysselect.h termhooks.h xterm.h \ + lisp.h termopts.h gtkutil.o: gtkutil.c gtkutil.h xterm.h lisp.h frame.h $(config_h) \ blockinput.h window.h atimer.h termhooks.h
