From 3664e59c52ed56486a3e38126c0c3abb78f42233 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 2 Mar 2009 11:09:29 +0330 Subject: [PATCH] =?utf8?q?Fix=20Bug=20572529=20=E2=80=93=20Poor=20-I=20ord?= =?utf8?q?ering=20can=20break=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4