diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-04-29 22:12:12 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-04-29 22:12:12 +0000 |
commit | f6a418ee9a9b35c1e4eff002853779c269107ad5 (patch) | |
tree | d20bfedae249a8d3da1e3ff826352f1d744aad3c /examples | |
parent | 66d6c38f5f7d7caef0ed4d16edb0b4c6452330bf (diff) | |
download | pango-f6a418ee9a9b35c1e4eff002853779c269107ad5.tar.gz |
Add the fonconfig cflags/libs to FREETYPE_CFLAGS/LIBS. (#111326, Noah
Tue Apr 29 18:02:31 2003 Owen Taylor <otaylor@redhat.com>
* configure.in: Add the fonconfig cflags/libs to
FREETYPE_CFLAGS/LIBS. (#111326, Noah Levitt)
* {pango,tests,examples}/Makefile.am: Remove now
unnecessary references to FONTCONFIG_CFLAGS/LIBS.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 8d10b2b4..f622570f 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -8,7 +8,6 @@ INCLUDES = \ -I$(top_srcdir) \ $(QT_INCLUDES) \ $(GLIB_CFLAGS) \ - $(FONTCONFIG_CFLAGS) \ $(FREETYPE_CFLAGS) ################################################### |