diff options
| author | Richard M. Stallman | 1994-08-11 22:57:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-11 22:57:41 +0000 |
| commit | 258d0451eab02f2e9db5eae40140b58d7442262a (patch) | |
| tree | 8f43d543a1ab15422cf24061591536200b0bb4b4 | |
| parent | 208767c32de7fc9b1311eb7a2849c8872416f7d6 (diff) | |
| download | emacs-258d0451eab02f2e9db5eae40140b58d7442262a.tar.gz emacs-258d0451eab02f2e9db5eae40140b58d7442262a.zip | |
(FRAME_SUPPORT): Add faces.elc.
| -rw-r--r-- | src/Makefile.in | 3 |
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) | |||
| 520 | 520 | ||
| 521 | #ifdef MULTI_FRAME | 521 | #ifdef MULTI_FRAME |
| 522 | #define FRAME_SUPPORT ${lispdir}frame.elc ${lispdir}menu-bar.elc \ | 522 | #define FRAME_SUPPORT ${lispdir}frame.elc ${lispdir}menu-bar.elc \ |
| 523 | ${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc | 523 | ${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc \ |
| 524 | ${lispdir}faces.elc | ||
| 524 | #else | 525 | #else |
| 525 | #define FRAME_SUPPORT | 526 | #define FRAME_SUPPORT |
| 526 | #endif | 527 | #endif |