grim/guifications2

db049c91ed81
Parents 4546be6cdb84
Children 18785adbd1d3
added CAIRO_LIBS and CAIRO_CFLAGS to the build options
--- a/src/Makefile.am Sun Nov 28 03:02:13 2010 -0600
+++ b/src/Makefile.am Sun Nov 28 03:02:31 2010 -0600
@@ -55,6 +55,7 @@
guifications_la_LIBADD = \
$(BINRELOC_LIBS) \
+ $(CAIRO_LIBS) \
$(GTK_LIBS) \
$(GLIB_LIBS) \
$(PANGOFT2_LIBS) \
@@ -66,6 +67,7 @@
-DDATADIR=\"$(PIDGIN_DATADIR)\" \
-DLOCALEDIR=\"$(PIDGIN_DATADIR)/locale\" \
$(BINRELOC_CFLAGS) \
+ $(CAIRO_CFLAGS) \
$(DEBUG_CFLAGS) \
$(GTK_CFLAGS) \
$(GLIB_CFLAGS) \