cursor.c moved to here from src/clone.

This commit is contained in:
johns 2000-05-21 21:09:06 +00:00
parent 4000ccad98
commit 15fcef50c4

View file

@ -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)