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 /tests | |
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 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ac4d0bb2..8c0982f5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,7 +4,6 @@ INCLUDES = \ -I$(top_srcdir) \ $(GLIB_CFLAGS) \ $(XFT_CFLAGS) \ - $(FONTCONFIG_CFLAGS) \ $(FREETYPE_CFLAGS) \ $(X_CFLAGS) \ -DG_DISABLE_DEPRECATED \ |