diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-06-06 19:28:22 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-06-06 19:28:22 +0000 |
commit | ca70a54e8b9a9b5878308d94cceb8efc97b70b9b (patch) | |
tree | 3708f1a2fb1225ecbed18133b5ed0dd486338b6d /tests | |
parent | 435d89cf678a0b5fb8a08620e144bc3fad5f8ff9 (diff) | |
download | pango-ca70a54e8b9a9b5878308d94cceb8efc97b70b9b.tar.gz |
Add @FREETYPE_CFLAGS@
Thu Jun 6 15:01:48 2002 Owen Taylor <otaylor@redhat.com>
* pangoft2.pc.in (Cflags): Add @FREETYPE_CFLAGS@
* tests/Makefile.am (INCLUDES): Add XFT_CFLAGS.
gtk/Makefile.am (INCLUDES): Add back FREETYPE_CFLAGS.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 27f9331d..4614025c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -27,8 +27,10 @@ endif INCLUDES = \ -I$(top_srcdir) \ $(GLIB_CFLAGS) \ - $(X_CFLAGS) \ + $(XFT_CFLAGS) \ + $(FONTCONFIG_CFLAGS) \ $(FREETYPE_CFLAGS) \ + $(X_CFLAGS) \ $(X_DEFINES) \ $(XFT_DEFINES) \ $(FT2_DEFINES) \ |