From 5871418432e1b127c760cd42a50f781d95d245fd Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 19 Dec 2013 15:37:58 +0100 Subject: Don't use deprecated 'INCLUDES' variable in Makefile.am files. --- lib/radsecproxy/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/radsecproxy') diff --git a/lib/radsecproxy/Makefile.am b/lib/radsecproxy/Makefile.am index 962f367..dc5ffc4 100644 --- a/lib/radsecproxy/Makefile.am +++ b/lib/radsecproxy/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = foreign ACLOCAL_AMFLAGS = -I m4 -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) AM_CFLAGS = -Wall -Werror -g noinst_LTLIBRARIES = libradsec-radsecproxy.la -- cgit v1.1