Use AM_CPPFLAGS instead of INCLUDES
authorStef Walter <stefw@gnome.org>
Fri, 21 Jun 2013 10:51:54 +0000 (12:51 +0200)
committerStef Walter <stefw@gnome.org>
Fri, 21 Jun 2013 13:11:15 +0000 (15:11 +0200)
automake 1.13 deprecates the latter

egg/Makefile.am
egg/tests/Makefile.am
libsecret/Makefile.am
libsecret/tests/Makefile.am
tool/Makefile.am

index 84fc104..9b8e2fa 100644 (file)
@@ -5,7 +5,7 @@ noinst_LTLIBRARIES = \
 
 EXTRA_DIST = egg-testing.h
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/build \
        -DWITH_VALGRIND
index 88b9e51..856659f 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/Makefile.decl
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_builddir) \
        -I$(top_srcdir) \
        -DSRCDIR="\"@abs_srcdir@\"" \
index fe5db67..04ef1db 100644 (file)
@@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.decl
 
 SUBDIRS = . tests
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -DSECRET_COMPILATION \
        $(NULL)
index dde03fa..7f75206 100644 (file)
@@ -4,7 +4,7 @@ include $(top_srcdir)/Makefile.decl
 # and I'm not sure how we can add that dependency.
 .NOTPARALLEL:
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/libsecret \
        -DSRCDIR="\"@abs_srcdir@\"" \
index f41e0f6..667c88c 100644 (file)
@@ -1,6 +1,6 @@
 include $(top_srcdir)/Makefile.decl
 
-INCLUDES = \
+AM_CPPFLAGS = \
        -I$(top_srcdir) \
        -I$(top_srcdir)/libsecret \
        -DSECRET_COMPILATION \