diff src/Makefile @ 27:19c603dd6ff9

Add text shape.
author Thinker K.F. Li <thinker@branda.to>
date Mon, 04 Aug 2008 10:10:47 +0800
parents 0f3baa488a62
children e06a4a667ce2
line wrap: on
line diff
--- a/src/Makefile	Sun Aug 03 13:04:55 2008 +0800
+++ b/src/Makefile	Mon Aug 04 10:10:47 2008 +0800
@@ -1,4 +1,4 @@
-SRCS =	coord.c geo.c shape_path.c redraw_man.c paint.c tools.c
+SRCS =	coord.c geo.c shape_path.c shape_text.c redraw_man.c paint.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`