summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-08-23 22:27:36 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-08-23 22:27:36 +0200
commitd291f134b93e30ed7948b22f98d601c3049ddd95 (patch)
tree6f2b6f49734e029b605cd7ad16090ad89d896802 /Makefile
parent25ec6f6e96996d1f23cef9eb478209c8b8e286ad (diff)
Add image blit setup
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a02407c..c61bf20 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
SOURCES = main.c screen.c fifo.c object.c test_nops.c \
- tcl_init.c tcl_triangle.c
+ tcl_init.c tcl_triangle.c imageblit.c
HEADERS = screen.h fifo.h object.h test_nops.h \
- tcl_init.h tcl_triangle.h nv30_fpinst.h
+ tcl_init.h tcl_triangle.h imageblit.h \
+ nv30_fpinst.h
OBJECTS = $(SOURCES:%.c=%.o)