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/radius/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/radius') diff --git a/lib/radius/Makefile.am b/lib/radius/Makefile.am index c827465..462a1e0 100644 --- a/lib/radius/Makefile.am +++ b/lib/radius/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 -g noinst_LTLIBRARIES = libradsec-radius.la -- cgit v1.1