From: Richard M. Stallman Date: Thu, 11 Aug 1994 22:57:41 +0000 (+0000) Subject: (FRAME_SUPPORT): Add faces.elc. X-Git-Tag: emacs-19.34~7326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=258d0451eab02f2e9db5eae40140b58d7442262a;p=emacs.git (FRAME_SUPPORT): Add faces.elc. --- diff --git a/src/Makefile.in b/src/Makefile.in index 46c71b0e468..f2bc7736a2e 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -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