summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-03-02 11:09:29 +0330
committerBehdad Esfahbod <behdad@behdad.org>2009-03-02 11:09:29 +0330
commit0586fb02661f1a8465ae94cd736d98200da7b147 (patch)
tree807cf806305488bc341a72c101fa058af3e9ba8a
parent44c9dd3d4c17776240a2bd7bdee93b5455ab76d5 (diff)
downloadpango-0586fb02661f1a8465ae94cd736d98200da7b147.tar.gz
Fix Bug 572529 – Poor -I ordering can break build
-rw-r--r--pango/opentype/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index 5cf0f13e..b845eb67 100644
--- a/pango/opentype/Makefile.am
+++ b/pango/opentype/Makefile.am
@@ -1,8 +1,8 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
- $(FREETYPE_CFLAGS) \
- -I $(srcdir)
+ -I $(srcdir) \
+ $(FREETYPE_CFLAGS)
noinst_LTLIBRARIES = libharfbuzz-1.la