summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2014-10-28 21:21:34 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2014-11-04 21:31:10 +0100
commit325a04f462745611abfb6f63fa981f351df9b677 (patch)
tree73db87f38c349ea8dfd07177629d247406438f80
parent3ee3e5ad6e6eb06f13297dd67054325a9af6926a (diff)
Make_global.am: Don't include host headers
This is bad for cross compilation. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
-rw-r--r--Make_global.am3
1 files changed, 1 insertions, 2 deletions
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