summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPatrice Mandin <pmandin@caramail.com>2008-08-26 22:25:23 +0200
committerPatrice Mandin <pmandin@caramail.com>2008-08-26 22:25:23 +0200
commit4dbe6cfa1aca9ba81a3285975ce47e3ead21fc84 (patch)
tree87badf519b486db38f5ed5e757fe491e0209ca83 /Makefile
parente1520747d8a8cdacfdefdd212da285f36403f493 (diff)
Add more objects
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index c61bf20..49dd367 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
SOURCES = main.c screen.c fifo.c object.c test_nops.c \
- tcl_init.c tcl_triangle.c imageblit.c
+ tcl_init.c tcl_triangle.c imageblit.c context_surface_2d.c \
+ clip_rectangle.c
HEADERS = screen.h fifo.h object.h test_nops.h \
- tcl_init.h tcl_triangle.h imageblit.h \
- nv30_fpinst.h
+ tcl_init.h tcl_triangle.h imageblit.h context_surface_2d.h \
+ clip_rectangle.h nv30_fpinst.h
OBJECTS = $(SOURCES:%.c=%.o)