Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 3354:15fb91e3a115
[xemacs-hg @ 2006-04-23 16:11:16 by stephent]
Xft/fontconfig refactoring, Part I. <87hd4ks29d.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sun, 23 Apr 2006 16:11:34 +0000 |
parents | d674024a8674 |
children | b14c8c2d6597 |
comparison
equal
deleted
inserted
replaced
3353:521d94807505 | 3354:15fb91e3a115 |
---|---|
132 | 132 |
133 #ifdef HAVE_X_WINDOWS | 133 #ifdef HAVE_X_WINDOWS |
134 x_objs=console-x.o device-x.o event-Xt.o frame-x.o \ | 134 x_objs=console-x.o device-x.o event-Xt.o frame-x.o \ |
135 glyphs-x.o objects-x.o redisplay-x.o select-x.o xgccache.o intl-x.o | 135 glyphs-x.o objects-x.o redisplay-x.o select-x.o xgccache.o intl-x.o |
136 #ifdef USE_XFT | 136 #ifdef USE_XFT |
137 x_objs += xft-fonts.o | 137 x_objs += font-mgr.o |
138 #endif | 138 #endif |
139 x_gui_objs=$(gui_objs:.o=-x.o) | 139 x_gui_objs=$(gui_objs:.o=-x.o) |
140 #ifdef HAVE_TOOLBARS | 140 #ifdef HAVE_TOOLBARS |
141 x_gui_objs += toolbar-common.o | 141 x_gui_objs += toolbar-common.o |
142 #endif | 142 #endif |