--- a/test/Makefile.in Wed Jul 13 07:39:01 2016 -0700
+++ b/test/Makefile.in Wed Jul 13 09:41:43 2016 -0700
@@ -15,6 +15,7 @@
testaudioinfo$(EXE) \
testautomation$(EXE) \
testbounds$(EXE) \
+ testcustomcursor$(EXE) \
testdraw2$(EXE) \
testdrawchessboard$(EXE) \
testdropfile$(EXE) \
@@ -278,6 +279,9 @@
testbounds$(EXE): $(srcdir)/testbounds.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
+testcustomcursor$(EXE): $(srcdir)/testcustomcursor.c
+ $(CC) -o $@ $^ $(CFLAGS) $(LIBS)
+
controllermap$(EXE): $(srcdir)/controllermap.c
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)