src/Makefile.am: replace INCLUDES by AM_CPPFLAGS

'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
Heinrich Schuchardt 2015-03-14 11:24:24 +01:00
parent 3ad43e45d4
commit 9e40cb4bb2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ endif
man_MANS = sispmctl.1
INCLUDES= $(all_includes)
AM_CPPFLAGS = $(all_includes)
AM_LDFLAGS = $(all_libraries)