Mercurial > MadButterfly
diff src/Makefile @ 33:d82749f77108
Fix bug of demo and remove *_fill() and *_stroke().
- logical error in X_main.c.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 06 Aug 2008 00:40:04 +0800 |
parents | e06a4a667ce2 |
children | db2aa914e14b |
line wrap: on
line diff
--- a/src/Makefile Tue Aug 05 18:28:50 2008 +0800 +++ b/src/Makefile Wed Aug 06 00:40:04 2008 +0800 @@ -1,5 +1,5 @@ -SRCS = coord.c geo.c shape_path.c shape_text.c redraw_man.c \ - paint.c event.c tools.c +SRCS = coord.c geo.c shape_path.c shape_text.c shape_rect.c \ + redraw_man.c paint.c event.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`