summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2013-03-15 23:03:00 +0100
committerSam Roberts <vieuxtech@gmail.com>2013-03-15 20:48:29 -0700
commit790e4b0b1b137a5c036a0407f864bf71bc69bf5d (patch)
tree88daf3b05cd12e4a4f5c8280dd55ed3a314aa50b
parent007f884bd5b386a5b50cfd47bda74a8ef3d53871 (diff)
downloadlibnet-790e4b0b1b137a5c036a0407f864bf71bc69bf5d.tar.gz
libnet: update for obsolete INCLUDE directive
Signed-off-by: Gilles Espinasse <g.esp@free.fr> Using autoreconf (with automake-1.12.6) show those warnings autoreconf: running: automake --add-missing --copy --force-missing Makefile.am.common:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') Makefile.am:9: 'Makefile.am.common' included from here Makefile.am.common:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') include/Makefile.am:3: 'Makefile.am.common' included from here Makefile.am.common:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') include/libnet/Makefile.am:3: 'Makefile.am.common' included from here Makefile.am.common:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') sample/Makefile.am:9: 'Makefile.am.common' included from here Makefile.am.common:14: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS') src/Makefile.am:9: 'Makefile.am.common' included from here autoreconf: Leaving directory `.' Just follow the advice and replace INCLUDES with AM_CPPFLAGS
-rw-r--r--libnet/Makefile.am.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnet/Makefile.am.common b/libnet/Makefile.am.common
index b1e3eab..4ca3e7d 100644
--- a/libnet/Makefile.am.common
+++ b/libnet/Makefile.am.common
@@ -11,5 +11,5 @@ DISTCLEANFILES = *~
ACLOCAL_AMFLAGS=-I m4
-INCLUDES = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include