Mercurial > MadButterfly
diff src/Makefile.am @ 227:a6e559fb76d7
Add dynamic loading function for sprite
author | wycc |
---|---|
date | Wed, 17 Dec 2008 08:10:51 +0800 |
parents | 29e1b2bffe4c |
children | 2637519e2bd7 |
line wrap: on
line diff
--- a/src/Makefile.am Tue Dec 16 21:24:26 2008 +0800 +++ b/src/Makefile.am Wed Dec 17 08:10:51 2008 +0800 @@ -7,7 +7,7 @@ libmbfly_la_SOURCES = animate.c chgcolor.c coord.c event.c geo.c \ observer.c paint.c redraw_man.c rotate.c shape_path.c \ shape_rect.c shape_text.c shift.c subtree_free.c timer.c \ - timertool.c tools.c visibility.c X_supp.c prop.c + timertool.c tools.c visibility.c X_supp.c prop.c sprite.c libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ libmbfly_la_LDFLAGS = @cairo_LIBS@