diff src/Makefile @ 73:9ab15ebc9061

Observer for mouse events
author Thinker K.F. Li <thinker@branda.to>
date Mon, 18 Aug 2008 01:59:26 +0800
parents 400b4b5db0dc
children 8706356a61b4
line wrap: on
line diff
--- a/src/Makefile	Wed Aug 13 09:25:57 2008 +0800
+++ b/src/Makefile	Mon Aug 18 01:59:26 2008 +0800
@@ -1,5 +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 tools.c
+	redraw_man.c timer.c animate.c paint.c event.c observer.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`