Fix Bug 572529 – Poor -I ordering can break build

This commit is contained in:
Behdad Esfahbod 2009-03-02 11:09:29 +03:30
parent aca4d11388
commit 3664e59c52
1 changed files with 2 additions and 2 deletions

View 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