summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-02 17:03:57 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-02 17:03:57 +0000
commit08d9ecbee1c47b0cdd79a01b25b27bc5d026ad5a (patch)
treefd9955830230ae36ca949d9fe84736e30ad02f27
parentff5c794a17d7aae227a161f3d50fd3a61ab96594 (diff)
downloademacs-08d9ecbee1c47b0cdd79a01b25b27bc5d026ad5a.tar.gz
(lisp, shortlisp): Add widget.elc.
-rw-r--r--src/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 9fcc0e7fdd8..ae0fc8a5eff 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -144,6 +144,12 @@ CC = C_COMPILER
#endif /* ! defined(COFF_ENCAPSULATE) || (defined (BSD_SYSTEM) && !defined (COFF)) */
#endif /* LD_SWITCH_SYSTEM */
+/* This holds special options for linking temacs
+ that should be used for linking anything else. */
+#ifndef LD_SWITCH_SYSTEM_TEMACS
+#define LD_SWITCH_SYSTEM_TEMACS
+#endif
+
/* Some m/MACHINE.h files define this to request special switches in ld. */
#ifndef LD_SWITCH_MACHINE
#define LD_SWITCH_MACHINE
@@ -685,6 +691,7 @@ lisp= \
VMS_SUPPORT \
MSDOS_SUPPORT \
WINNT_SUPPORT \
+ ${lispsource}widget.elc \
${lispsource}window.elc \
${lispsource}version.el
@@ -741,6 +748,7 @@ shortlisp= \
../lisp/text-mode.elc \
../lisp/vc-hooks.elc \
../lisp/ediff-hook.elc \
+ ../lisp/widget.elc \
../lisp/window.elc \
../lisp/version.el