]> git.eshelyaron.com Git - emacs.git/commitdiff
(FRAME_SUPPORT): Add faces.elc.
authorRichard M. Stallman <rms@gnu.org>
Thu, 11 Aug 1994 22:57:41 +0000 (22:57 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 11 Aug 1994 22:57:41 +0000 (22:57 +0000)
src/Makefile.in

index 46c71b0e468da462d8f6fe90cebb403eeb02f6b6..f2bc7736a2e1886a84d8f7840f4b8ddb2404ec05 100644 (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