From d4da6eb02e60d2ba426f457ff07a871b90951cf4 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 17 Dec 2014 10:01:25 -0500 Subject: [PATCH] Makefile.am: Adjust macros Later version fo automake deprecate INCLUDES, merging it with the AM_CPPFLAGS macro. Sor lets do that here to avoid an autogen error Signed-off-by: Neil Horman --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8e5901f..5e55afb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,9 +24,8 @@ AUTOMAKE_OPTIONS = no-dependencies ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = COPYING autogen.sh misc/irqbalance.service misc/irqbalance.env -INCLUDES = -I${top_srcdir} AM_CFLAGS = $(LIBCAP_NG_CFLAGS) $(GLIB_CFLAGS) -AM_CPPFLAGS = -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE +AM_CPPFLAGS = -I${top_srcdir} -W -Wall -Wshadow -Wformat -Wundef -D_GNU_SOURCE noinst_HEADERS = bitmap.h constants.h cpumask.h irqbalance.h non-atomic.h \ types.h sbin_PROGRAMS = irqbalance