diff src/Makefile @ 77:a6763f080da5

-
author Thinker K.F. Li <thinker@branda.to>
date Wed, 20 Aug 2008 00:32:11 +0800
parents 8706356a61b4
children 3645e29e4986
line wrap: on
line diff
--- a/src/Makefile	Tue Aug 19 19:14:01 2008 +0800
+++ b/src/Makefile	Wed Aug 20 00:32:11 2008 +0800
@@ -1,6 +1,6 @@
 SRCS =	coord.c geo.c shape_path.c shape_text.c shape_rect.c \
 	redraw_man.c timer.c animate.c paint.c event.c observer.c \
-	X_supp.c tools.c
+	X_supp.c timertool.c tools.c
 OBJS = ${SRCS:C/(.*)\.c/\1.o/g}
 TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g}
 CFLAGS+=	-Wall -I/usr/local/include `pkg-config --cflags cairo`