| commit | 3664e59c52ed56486a3e38126c0c3abb78f42233 | [log] [tgz] |
|---|---|---|
| author | Behdad Esfahbod <behdad@behdad.org> | Mon Mar 02 11:09:29 2009 +0330 |
| committer | Behdad Esfahbod <behdad@behdad.org> | Mon Mar 02 11:09:29 2009 +0330 |
| tree | c31936dbdb45e496ae80e76898c4e4f63221614d | |
| parent | aca4d11388eedd532a73bd34747abb65c0ea9291 [diff] |
Fix Bug 572529 – Poor -I ordering can break build
diff --git a/src/Makefile.am b/src/Makefile.am index 5cf0f13..b845eb6 100644 --- a/src/Makefile.am +++ b/src/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