Skip to content

Commit

Permalink
Changes to autoconf files to prevent the warning message 'INCLUDES' i…
Browse files Browse the repository at this point in the history
…s the old name for 'AM_CPPFLAGS' being displayed when running autoconf under FC22.

Change-Id: I24ced597e30c9bac333d68064b340e7895641280
Signed-off-by: Steve Linsell <stevenx.linsell@intel.com>
  • Loading branch information
paulturx authored and stevelinsell committed Aug 9, 2017
1 parent b7824d2 commit cdd4d84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .tools/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ include_HEADERS = e_qat.h \
endif

CC = cc
INCLUDES = $(includes) $(include_enable_usdm) $(includes_driver) \
$(includes_enable_qat_mux)
AM_CPPFLAGS = $(includes) $(include_enable_usdm) $(includes_driver) \
$(includes_enable_qat_mux)

CFLAGS = $(cflags) $(cflags_cc_opt) $(cflags_enable_upstream_driver) \
$(cflags_qat_contig_mem) $(cflags_enable_multi_thread) \
Expand Down
4 changes: 2 additions & 2 deletions .tools/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,8 @@ lib_LTLIBRARIES = libqat.la
@QAT_OPENSSL_102_TRUE@ qat_rsa_crt.h \
@QAT_OPENSSL_102_TRUE@ ${MEM_LIB_HEADER}

INCLUDES = $(includes) $(include_enable_usdm) $(includes_driver) \
$(includes_enable_qat_mux)
AM_CPPFLAGS = $(includes) $(include_enable_usdm) $(includes_driver) \
$(includes_enable_qat_mux)

libqat_la_LDFLAGS = $(QAT_SHARED_LIB_DEPS_LD) \
$(QAT_SHARED_LIB_DEPS_UPSTREAM_DRIVER) \
Expand Down

0 comments on commit cdd4d84

Please sign in to comment.