Mercurial > MadButterfly
diff examples/drag/Makefile.am @ 1067:7b4e80ab671a openvg
merge from default branch
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 01 Dec 2010 12:25:56 +0800 |
parents | 6d4b8c4051ff |
children |
line wrap: on
line diff
--- a/examples/drag/Makefile.am Mon Jul 19 15:44:49 2010 +0800 +++ b/examples/drag/Makefile.am Wed Dec 01 12:25:56 2010 +0800 @@ -5,8 +5,8 @@ ex1_SOURCES = main.c nodist_ex1_SOURCES = menu.c menu.h -ex1_CPPFLAGS = @pangocairo_CFLAGS@ -I$(top_srcdir) -ex1_LDFLAGS = @pangocairo_LIBS@ +ex1_CPPFLAGS = $(APPCFLAGS) -I$(top_srcdir) +ex1_LDFLAGS = $(APPLDFLAGS) ex1_LDADD = $(top_builddir)/src/libmbfly.la BUILT_SOURCES = menu.c menu.h menu.mb CLEANFILES = menu.c menu.h menu.mb