]> git.openfabrics.org - ~shefty/libibverbs.git/commitdiff
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)
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

index e6a50baab74f27537a1dd3509471b5e2f4b6b4ba..cd00a65777c2469b6096e22cc294014d4d9fde96 100644 (file)
@@ -1,4 +1,4 @@
-INCLUDES = -I$(srcdir)/include
+AM_CPPFLAGS = -I$(srcdir)/include
 
 lib_LTLIBRARIES = src/libibverbs.la