From acdf0297e8e777527d51687842502feca9e030b7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 31 Oct 2010 00:29:56 +0200 Subject: build: drop unused $(all_includes) Signed-off-by: Jan Engelhardt --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make_global.am b/Make_global.am index 810253a..4e9794e 100644 --- a/Make_global.am +++ b/Make_global.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS=$(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include AM_CFLAGS = -std=gnu99 -W -Wall \ -Wmissing-prototypes -Wwrite-strings -Wcast-qual -Wfloat-equal -Wshadow -Wpointer-arith -Wbad-function-cast -Wsign-compare -Waggregate-return -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wstrict-prototypes -Wundef \ -- cgit v1.2.3