]> git.openfabrics.org - ~shefty/libibverbs.git/commit
Makefile.am: Fix an automake warning
authorBart Van Assche <bvanassche@acm.org>
Sun, 7 Aug 2011 18:01:48 +0000 (18:01 +0000)
committerRoland Dreier <roland@purestorage.com>
Thu, 11 Aug 2011 16:37:35 +0000 (09:37 -0700)
commitd0ebae72223298d6dbd7a2e2c812c529bf4d4a1d
tree549a86415742120c8ff23d5eb868e9444590aeba
parent8cafe6d00b46a1712e3423ea1d63217155e6d7a7
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>
Makefile.am