diff src/Makefile @ 76:8706356a61b4

-
author Thinker K.F. Li <thinker@branda.to>
date Tue, 19 Aug 2008 19:14:01 +0800
parents 9ab15ebc9061
children a6763f080da5
line wrap: on
line diff
--- a/src/Makefile	Mon Aug 18 23:08:03 2008 +0800
+++ b/src/Makefile	Tue Aug 19 19:14:01 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 \
-	tools.c
+	X_supp.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`