Mercurial > emacs
diff src/Makefile.in @ 8527:5a5893b8bc1c
(FRAME_SUPPORT): Add faces.elc.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 11 Aug 1994 22:57:41 +0000 |
| parents | f4138f5dc0d3 |
| children | 00437255eed7 |
line wrap: on
line diff
--- a/src/Makefile.in Thu Aug 11 22:57:20 1994 +0000 +++ b/src/Makefile.in Thu Aug 11 22:57:41 1994 +0000 @@ -520,7 +520,8 @@ #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
