From 15fcef50c4c7f4d055c75130f1e03db1e933e22d Mon Sep 17 00:00:00 2001 From: johns <> Date: Sun, 21 May 2000 21:09:06 +0000 Subject: [PATCH] cursor.c moved to here from src/clone. --- src/video/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/Makefile b/src/video/Makefile index 576518644..00f5e8cad 100644 --- a/src/video/Makefile +++ b/src/video/Makefile @@ -20,7 +20,7 @@ TOPDIR = ../.. include $(TOPDIR)/Rules.make MODULE = video -OBJS = new_video.$(OE) video.$(OE) \ +OBJS = new_video.$(OE) video.$(OE) cursor.$(OE) sprite.$(OE) \ graphic.$(OE) linedraw.$(OE) font.$(OE) png.$(OE) \ sdl.$(OE) new_X11.$(OE) X11.$(OE) svgalib.$(OE)