aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorAndreas Schwab2008-07-08 11:54:10 +0000
committerAndreas Schwab2008-07-08 11:54:10 +0000
commit85cf8992283c76c866535e65757a35be00cd244d (patch)
tree7718fb571f133badf736ea945a0edbd631ed616c /src/Makefile.in
parent4a00783e8e07d7487bce5041d0f9b22247268346 (diff)
downloademacs-85cf8992283c76c866535e65757a35be00cd244d.tar.gz
emacs-85cf8992283c76c866535e65757a35be00cd244d.zip
* 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.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index f3afe86e1ec..29a4881d012 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1183,7 +1183,7 @@ xmenu.o: xmenu.c xterm.h termhooks.h window.h dispextern.h frame.h buffer.h \
1183xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \ 1183xterm.o: xterm.c xterm.h termhooks.h termopts.h termchar.h window.h buffer.h \
1184 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \ 1184 dispextern.h frame.h disptab.h blockinput.h atimer.h systime.h syssignal.h \
1185 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \ 1185 keyboard.h emacs-icon.h character.h charset.h ccl.h fontset.h composite.h \
1186 coding.h process.h gtkutil.h font.h $(config_h) 1186 coding.h process.h gtkutil.h font.h fontset.h $(config_h)
1187xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \ 1187xselect.o: xselect.c process.h dispextern.h frame.h xterm.h blockinput.h \
1188 buffer.h atimer.h systime.h termhooks.h $(config_h) 1188 buffer.h atimer.h systime.h termhooks.h $(config_h)
1189xrdb.o: xrdb.c $(config_h) epaths.h 1189xrdb.o: xrdb.c $(config_h) epaths.h