summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-08-11 22:57:41 +0000
committerRichard M. Stallman <rms@gnu.org>1994-08-11 22:57:41 +0000
commit8675250d0ffbc482ed70ae3db6a467a8a11525a6 (patch)
tree7404ea318516ad0939d37c7db8e59d04c1f02d4c /src/Makefile.in
parentd411516dd9daaba7863d98cc1c7466b25381217b (diff)
downloademacs-8675250d0ffbc482ed70ae3db6a467a8a11525a6.tar.gz
(FRAME_SUPPORT): Add faces.elc.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
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