cursor.c moved to here from src/clone.
This commit is contained in:
parent
4000ccad98
commit
15fcef50c4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue