Mercurial > hg > xemacs-beta
comparison src/Makefile.in.in @ 3094:ad2f4ae9895b
[xemacs-hg @ 2005-11-26 11:45:47 by stephent]
Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 26 Nov 2005 11:46:25 +0000 |
parents | 141c2920ea48 |
children | d674024a8674 |
comparison
equal
deleted
inserted
replaced
3093:769dc945b085 | 3094:ad2f4ae9895b |
---|---|
131 #endif | 131 #endif |
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 | |
137 x_objs += xft-fonts.o | |
138 #endif | |
136 x_gui_objs=$(gui_objs:.o=-x.o) | 139 x_gui_objs=$(gui_objs:.o=-x.o) |
137 #ifdef HAVE_TOOLBARS | 140 #ifdef HAVE_TOOLBARS |
138 x_gui_objs += toolbar-common.o | 141 x_gui_objs += toolbar-common.o |
139 #endif | 142 #endif |
140 #endif | 143 #endif |