From 827eb58b04412109a63a38b23b57d59468b6a3c0 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Tue, 12 Mar 2013 06:53:39 +0000 Subject: From David Arnold: Replace use of INCLUDES with AM_CPPFLAGS in all Makefiles to placate recent autotools. svn path=/trunk/; revision=48261 --- epan/wslua/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/wslua/Makefile.am') diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am index 94e6d4e63f..f4a3b4e587 100644 --- a/epan/wslua/Makefile.am +++ b/epan/wslua/Makefile.am @@ -25,7 +25,7 @@ if HAVE_WARNINGS_AS_ERRORS AM_CFLAGS = -Werror endif -INCLUDES = -I$(top_srcdir) @LUA_INCLUDES@ +AM_CPPFLAGS = -I$(top_srcdir) @LUA_INCLUDES@ noinst_LTLIBRARIES = libwslua.la -- cgit v1.2.3