Mercurial > MadButterfly
comparison src/Makefile.am @ 194:45d9a1e2764d
Add mb_subtree_free animate action and fix bugs.
- Free members of a coord in rdman_coord_subtree_free().
- Fix core dump issue of subject_notify() that can not free subjects well.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 19 Nov 2008 20:53:40 +0800 |
parents | c7e5b8779bb5 |
children | 29e1b2bffe4c |
comparison
equal
deleted
inserted
replaced
193:923d91dfb6af | 194:45d9a1e2764d |
---|---|
2 | 2 |
3 lib_LTLIBRARIES = libmbfly.la | 3 lib_LTLIBRARIES = libmbfly.la |
4 | 4 |
5 noinst_PROGRAMS = X_main | 5 noinst_PROGRAMS = X_main |
6 | 6 |
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 timer.c timertool.c tools.c visibility.c X_supp.c | 7 libmbfly_la_SOURCES = animate.c chgcolor.c coord.c event.c geo.c \ |
8 observer.c paint.c redraw_man.c rotate.c shape_path.c \ | |
9 shape_rect.c shape_text.c shift.c subtree_free.c timer.c \ | |
10 timertool.c tools.c visibility.c X_supp.c | |
8 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ | 11 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ |
9 libmbfly_la_LDFLAGS = @cairo_LIBS@ | 12 libmbfly_la_LDFLAGS = @cairo_LIBS@ |
10 | 13 |
11 X_main_SOURCES = X_main.c | 14 X_main_SOURCES = X_main.c |
12 X_main_LDADD = $(top_builddir)/src/libmbfly.la | 15 X_main_LDADD = $(top_builddir)/src/libmbfly.la |