changeset 926:757bb247a072

drag depends on cairo instead of pangocairo
author Thinker K.F. Li <thinker@codemud.net>
date Wed, 27 Oct 2010 01:03:46 +0800
parents 8deacb832530
children 6d4b8c4051ff
files examples/drag/Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/examples/drag/Makefile.am	Wed Oct 27 01:02:55 2010 +0800
+++ b/examples/drag/Makefile.am	Wed Oct 27 01:03:46 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 = @cairo_CFLAGS@ -I$(top_srcdir)
+ex1_LDFLAGS = @cairo_LIBS@ 
 ex1_LDADD = $(top_builddir)/src/libmbfly.la
 BUILT_SOURCES = menu.c menu.h menu.mb
 CLEANFILES = menu.c menu.h menu.mb