From 30ee8ae442722052dbc3a85097b7c657dae026f6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 30 Oct 2010 23:44:02 +0200 Subject: build: remove 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 0ef055e..955a626 100644 --- a/Make_global.am +++ b/Make_global.am @@ -4,4 +4,4 @@ # http://sources.redhat.com/autobook/autobook/autobook_91.html LIBVERSION=3:2:0 -AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include +AM_CPPFLAGS = -I$(top_srcdir)/include -- cgit v1.2.3