Mercurial > emacs
changeset 107690:5abfa35c708c
Close bug#5336.
* Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
in the DOC file.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 28 Mar 2010 11:55:20 -0700 |
parents | 43942df0103e |
children | 214eecafd6fb |
files | src/ChangeLog src/Makefile.in |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun Mar 28 14:44:47 2010 -0400 +++ b/src/ChangeLog Sun Mar 28 11:55:20 2010 -0700 @@ -1,3 +1,8 @@ +2010-03-28 Glenn Morris <rgm@gnu.org> + + * Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always + in the DOC file. (Bug#5336) + 2010-03-24 Chong Yidong <cyd@stupidchicken.com> * xdisp.c (pos_visible_p): Revert 2008-01-25 change (Bug#5730).
--- a/src/Makefile.in Sun Mar 28 14:44:47 2010 -0400 +++ b/src/Makefile.in Sun Mar 28 11:55:20 2010 -0700 @@ -579,7 +579,7 @@ in case they are needed there. */ SOME_MACHINE_OBJECTS = dosfns.o msdos.o \ xterm.o xfns.o xmenu.o xselect.o xrdb.o xsmfns.o fringe.o image.o \ - fontset.o \ + fontset.o dbusbind.o \ nsterm.o nsfns.o nsmenu.o nsselect.o nsimage.o nsfont.o \ w32.o w32console.o w32fns.o w32heap.o w32inevt.o \ w32menu.o w32proc.o w32reg.o w32select.o w32term.o w32xfns.o $(FONT_DRIVERS)