Mercurial > emacs
diff src/Makefile.in @ 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 | 54186fbffcf8 |
| children | 6db4a0b4404d 7df8e74a1096 |
line wrap: on
line diff
--- 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)
