diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-08-08 22:56:41 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-08-08 22:56:41 +0000 |
commit | 071eb0a16470d6eec971cd8214aab36343746c5b (patch) | |
tree | 9ce93bc606b38e0e6cea522250d99c0595a11a80 /examples/Makefile.am | |
parent | 9a72d1a5db930b1310d238ada95b51d10ed127e6 (diff) | |
download | pango-071eb0a16470d6eec971cd8214aab36343746c5b.tar.gz |
Add FONTCONFIG_CFLAGS to INCLUDES. (Joe Yandle.)
Thu Aug 8 18:55:21 2002 Owen Taylor <otaylor@redhat.com>
* examples/Makefile.am (INCLUDES): Add FONTCONFIG_CFLAGS
to INCLUDES. (Joe Yandle.)
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index e3737ecf..bcbb7d23 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -2,7 +2,7 @@ aliasdir = $(sysconfdir)/pango -INCLUDES = -DG_DISABLE_DEPRECATED -I$(top_srcdir) $(QT_INCLUDES) $(GLIB_CFLAGS) $(FREETYPE_CFLAGS) +INCLUDES = -DG_DISABLE_DEPRECATED -I$(top_srcdir) $(QT_INCLUDES) $(GLIB_CFLAGS) $(FONTCONFIG_CFLAGS) $(FREETYPE_CFLAGS) ################################################### QT_INCLUDES=-I $(QTDIR)/include |