From 258d0451eab02f2e9db5eae40140b58d7442262a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 11 Aug 1994 22:57:41 +0000 Subject: [PATCH] (FRAME_SUPPORT): Add faces.elc. --- src/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5