]> git.eshelyaron.com Git - emacs.git/commitdiff
Close bug#5336.
authorGlenn Morris <rgm@gnu.org>
Sun, 28 Mar 2010 18:55:20 +0000 (11:55 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 28 Mar 2010 18:55:20 +0000 (11:55 -0700)
* Makefile.in (SOME_MACHINE_OBJECTS): Ensure dbus stuff is always
in the DOC file.

src/ChangeLog
src/Makefile.in

index 3f22b7eaea98cb1ecd9130c87dae79704715d83b..5c9c19bbcb1c6ac8a9f26a92526fbfd798d69d5a 100644 (file)
@@ -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).
index 11facec602398e026338850213c808a4642980e9..9caa01d9066e872836d861f186de63c72d60ea7a 100644 (file)
@@ -579,7 +579,7 @@ obj=    dispnew.o frame.o scroll.o xdisp.o menu.o $(XMENU_OBJ) window.o \
    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)