From fcf15b487bb648d4980f4a70f70f62605fb6ac53 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 15 May 2007 23:11:07 +0000 Subject: [PATCH] (OBJ1): Add terminal.$(O) --- src/makefile.w32-in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 4dad03f4c0c..19425bc9a27 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in @@ -123,7 +123,8 @@ OBJ1 = $(BLD)/abbrev.$(O) \ $(BLD)/ccl.$(O) \ $(BLD)/fontset.$(O) \ $(BLD)/fringe.$(O) \ - $(BLD)/image.$(O) + $(BLD)/image.$(O) \ + $(BLD)/terminal.$(O) WIN32OBJ = $(BLD)/w32term.$(O) \ $(BLD)/w32xfns.$(O) \ -- 2.39.5