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 <nhorman@tuxdriver.com>
This commit is contained in:
Neil Horman 2014-12-17 10:01:25 -05:00
parent 8577a4ee45
commit d4da6eb02e
1 changed files with 1 additions and 2 deletions

View File

@ -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