From aae5b722423e09998ff42e683988d660cecfec58 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sun, 7 Oct 2001 11:29:44 +0000 Subject: [PATCH] (lisp, shortlisp): Add `button.elc'. --- src/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 50fc86c9d44..c041cae37f8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -648,6 +648,7 @@ otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj) $(LIBO lisp= \ ${lispsource}abbrev.elc \ ${lispsource}buff-menu.elc \ + ${lispsource}button.elc \ ${lispsource}byte-run.elc \ ${lispsource}cus-start.el \ ${lispsource}custom.elc \ @@ -666,7 +667,7 @@ lisp= \ ${lispsource}isearch.elc \ ${lispsource}loadup.el \ ${lispsource}loaddefs.el \ - ${lispsource}bindings.el \ + ${lispsource}bindings.elc \ ${lispsource}map-ynp.elc \ ${lispsource}menu-bar.elc \ ${lispsource}international/mule.elc \ @@ -728,6 +729,7 @@ lisp= \ shortlisp= \ ../lisp/abbrev.elc \ ../lisp/buff-menu.elc \ + ../lisp/button.elc \ ../lisp/byte-run.elc \ ../lisp/cus-start.el \ ../lisp/custom.elc \ @@ -745,7 +747,7 @@ shortlisp= \ ../lisp/isearch.elc \ ../lisp/loadup.el \ ../lisp/loaddefs.el \ - ../lisp/bindings.el \ + ../lisp/bindings.elc \ ../lisp/map-ynp.elc \ ../lisp/env.elc \ ../lisp/international/mule.elc \ -- 2.39.2