diff options
| author | Richard M. Stallman <rms@gnu.org> | 1997-05-06 19:42:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1997-05-06 19:42:05 +0000 |
| commit | 94636ed5e85d0a884c75afdc14ba6bb3431a28b0 (patch) | |
| tree | c31413fe0444cb71354429f6185f83fde755b669 | |
| parent | a8f44d07f95b019f95977f0d8ed2edbefe2fc5e5 (diff) | |
| download | emacs-94636ed5e85d0a884c75afdc14ba6bb3431a28b0.tar.gz | |
(MOUSE_SUPPORT): Delete menu-bar.elc.
(lisp): Move menu-bar.elc here.
Add custom.elc and cus-start.elc.
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 789ab8250ab..9bf0012a6f2 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -583,7 +583,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) #endif #ifdef HAVE_MOUSE -#define MOUSE_SUPPORT ${lispsource}menu-bar.elc ${lispsource}mouse.elc \ +#define MOUSE_SUPPORT ${lispsource}mouse.elc \ ${lispsource}select.elc ${lispsource}scroll-bar.elc #else #define MOUSE_SUPPORT @@ -629,6 +629,8 @@ lisp= \ ${lispsource}abbrev.elc \ ${lispsource}buff-menu.elc \ ${lispsource}byte-run.elc \ + ${lispsource}cus-start.elc \ + ${lispsource}custom.elc \ ${lispsource}files.elc \ ${lispsource}fill.elc \ ${lispsource}format.elc \ @@ -645,6 +647,7 @@ lisp= \ ${lispsource}loadup.el \ ${lispsource}loaddefs.el \ ${lispsource}map-ynp.elc \ + ${lispsource}menu-bar.elc \ ${lispsource}mule.elc \ ${lispsource}mule-conf.el \ ${lispsource}mule-cmds.elc \ |
