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/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/examples') diff --git a/lib/examples/Makefile.am b/lib/examples/Makefile.am index f300627..fa1c835 100644 --- a/lib/examples/Makefile.am +++ b/lib/examples/Makefile.am @@ -1,5 +1,5 @@ AUTOMAKE_OPTIONS = foreign -INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir) AM_CFLAGS = -Wall -Werror -g noinst_PROGRAMS = client -- cgit v1.1