/* The following should point to where you have cursorfont.h installed */
EXTRA_DEFINES = -DCURSORFILE=\"$(INCDIR)$(PATHSEP)cursorfont.h\"

SRCS = xcursor.c
OBJS = xcursor.o
LOCAL_LIBRARIES = $(XLIB)

SimpleProgramTarget(xcursor)
