]> git.openfabrics.org - ~shefty/librdmacm.git/commit
Makefile.am: Fix an automake warning
authorBart Van Assche <bvanassche@acm.org>
Tue, 16 Jul 2013 21:59:46 +0000 (23:59 +0200)
committerSean Hefty <sean.hefty@intel.com>
Tue, 16 Jul 2013 23:06:30 +0000 (16:06 -0700)
commit31dc9e346e81b2e4c1bbf1effcbbea9299c86ad2
tree163b2f7cf50d25c19bb7a3191c3455a16694208f
parent94a7fb763255a77fbb35e7bc416e917724d9e5f4
Makefile.am: Fix an automake warning

Fix the following automake warning message:

    Makefile.am:1: `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS')

A quote from the automake manual:

    INCLUDES
        This does the same job as AM_CPPFLAGS (or any per-target _CPPFLAGS variable
        if it is used). It is an older name for the same functionality. This
        variable is deprecated; we suggest using AM_CPPFLAGS and per-target
        _CPPFLAGS instead.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Yann Droneaud <ydroneaud@opteya.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
Makefile.am