(FRAME_SUPPORT): Add faces.elc.

This commit is contained in:
Richard M. Stallman
1994-08-11 22:57:41 +00:00
parent 208767c32d
commit 258d0451ea

View File

@@ -520,7 +520,8 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
#ifdef MULTI_FRAME
#define FRAME_SUPPORT ${lispdir}frame.elc ${lispdir}menu-bar.elc \
${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc
${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc \
${lispdir}faces.elc
#else
#define FRAME_SUPPORT
#endif