summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2004-12-14 23:04:57 +0000
committerDan Winship <danw@src.gnome.org>2004-12-14 23:04:57 +0000
commit325592919b30fe556c57adf10b6b2d12cfcad93d (patch)
tree4e49de372bb2a1f29435f39b6789df214e075cb0 /examples
parent8b10e0dae3d5ad72164687f36e4495f7575a12d5 (diff)
downloadpango-325592919b30fe556c57adf10b6b2d12cfcad93d.tar.gz
add XFT_CFLAGS
* examples/Makefile.am (INCLUDES): add XFT_CFLAGS
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 91ca4b02..a5a87214 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES = \
-I$(top_srcdir) \
$(QT_INCLUDES) \
$(GLIB_CFLAGS) \
+ $(XFT_CFLAGS) \
$(FREETYPE_CFLAGS)
###################################################