Mercurial > MadButterfly
diff examples/dynamic/Makefile.am @ 246:4df1b766bbf5
Fixed the Makefile.am to generate scene.so automatically.
iModify scene.svg to restore the scene
author | wycc |
---|---|
date | Thu, 01 Jan 2009 08:01:00 +0800 |
parents | d3fe0a0f3a8b |
children | d9a78c859660 |
line wrap: on
line diff
--- a/examples/dynamic/Makefile.am Wed Dec 31 23:57:12 2008 +0800 +++ b/examples/dynamic/Makefile.am Thu Jan 01 08:01:00 2009 +0800 @@ -1,10 +1,10 @@ include $(top_srcdir)/config.mk -noinst_PROGRAMS = dynamic button.so +noinst_PROGRAMS = dynamic button.so scene.so EXTRA_DIST = menu.svg button.svg dynamic_SOURCES = main.c -nodist_dynamic_SOURCES = menu.c menu.h menu.mb button.c button.h button.mb +nodist_dynamic_SOURCES = menu.c menu.h menu.mb CPPFLAGS = @cairo_CFLAGS@ $(INCLUDES) dynamic_LDFLAGS = @cairo_LIBS@ dynamic_LDADD = $(top_builddir)/src/libmbfly.la