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/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tests/Makefile.am') diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index dc15264..09f9d28 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/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 TESTS = test-udp -- cgit v1.1