[nemiver] Use AM_CPPFLAGS instead of INCLUDE



commit b571b6cc226324fda9c2f8363fabe7ad0d6e1f50
Author: Dodji Seketeli <dodji seketeli org>
Date:   Sun Feb 24 22:29:34 2013 +0100

    Use AM_CPPFLAGS instead of INCLUDE
    
        * tests/Makefile.am: Use AM_CPPFLAGS instead of the deprecated
        INCLUDE variable.  At least automake 1.13.1 complains for that.

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 39522a4..38877bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -201,7 +201,7 @@ bigvar_LDADD= NEMIVERCOMMON_LIBS@
 threads_SOURCES=$(h)/threads.cc
 threads_LDADD= NEMIVERCOMMON_LIBS@
 
-INCLUDES=-I$(top_srcdir)/src \
+AM_CPPFLAGS=-I$(top_srcdir)/src \
 -I$(top_srcdir)/src/confmgr \
 -I$(top_srcdir)/src/dbgengine \
 @NEMIVERCOMMON_CFLAGS@ -DBOOST_TEST_DYN_LINK \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]