diff options
Diffstat (limited to 'src')
| -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 |