Mercurial > emacs
diff src/Makefile.in @ 96546:acb2b0117c96
* fontset.h: Declare fontset_from_font. Don't declare
new_fontset_from_font and fontset_from_font_name.
* xterm.c: Include "fontset.h".
* Makefile.in (xterm.o): Update dependencies.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Tue, 08 Jul 2008 11:54:10 +0000 |
| parents | bbe6c9643969 |
| children | 127e54f8220e |
line wrap: on
line diff
--- a/src/Makefile.in Tue Jul 08 07:03:07 2008 +0000 +++ b/src/Makefile.in Tue Jul 08 11:54:10 2008 +0000 @@ -1183,7 +1183,7 @@ xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ - coding.h process.h gtkutil.h font.h $(config_h) + coding.h process.h gtkutil.h font.h fontset.h $(config_h) xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ buffer.h atimer.h systime.h termhooks.h $(config_h) xrdb.o: xrdb.c $(config_h) epaths.h
