From: Eli Zaretskii Date: Mon, 14 Apr 1997 11:18:41 +0000 (+0000) Subject: (MSDOS_OBJ): Add w16select.o. X-Git-Tag: emacs-20.1~2490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=481c3743bef73e31ea90d5ea934bcf70ad515c7c;p=emacs.git (MSDOS_OBJ): Add w16select.o. (dependencies): Add dependencies for w16select.o. --- diff --git a/src/Makefile.in b/src/Makefile.in index 8b2975a4848..789ab8250ab 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -487,7 +487,7 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS) #ifdef HAVE_X_WINDOWS #define MSDOS_OBJ dosfns.o msdos.o #else -#define MSDOS_OBJ dosfns.o msdos.o xfaces.o +#define MSDOS_OBJ dosfns.o msdos.o xfaces.o w16select.o #endif #else #define MSDOS_OBJ @@ -1040,6 +1040,7 @@ undo.o: undo.c buffer.h commands.h $(config_h) of UNEXEC when substituting it in. */ UNEXEC_ALIAS=UNEXEC $(UNEXEC_ALIAS): UNEXEC_SRC $(config_h) +w16select.o: w16select.c lisp.h dispextern.h frame.h blockinput.h widget.o: widget.c xterm.h frame.h dispextern.h widgetprv.h \ ../lwlib/lwlib.h $(config_h) window.o: window.c indent.h commands.h frame.h window.h buffer.h termchar.h \