Fix Bug 572529 – Poor -I ordering can break build
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Mar 2009 07:39:29 +0000 (11:09 +0330)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Mar 2009 07:39:29 +0000 (11:09 +0330)
pango/opentype/Makefile.am

index 5cf0f13..b845eb6 100644 (file)
@@ -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