From 325a04f462745611abfb6f63fa981f351df9b677 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Tue, 28 Oct 2014 21:21:34 +0200 Subject: Make_global.am: Don't include host headers This is bad for cross compilation. Signed-off-by: Baruch Siach Signed-off-by: Jozsef Kadlecsik --- Make_global.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Make_global.am') diff --git a/Make_global.am b/Make_global.am index f9ec7b2..605be65 100644 --- a/Make_global.am +++ b/Make_global.am @@ -71,8 +71,7 @@ # curr:rev:age LIBVERSION = 9:0:6 -AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include \ - -I/usr/local/include +AM_CPPFLAGS = $(kinclude_CFLAGS) $(all_includes) -I$(top_srcdir)/include AM_CFLAGS = -std=gnu99 -- cgit v1.2.3