From cd1c1e10416a1d1f7c1a76b304d7ce60f688e1d2 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 28 Jun 2013 18:49:51 +0200 Subject: [PATCH] tests: use AM_CFLAGS instead of CFLAGS directly Signed-off-by: Thomas Graf --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 7953176..4b63a7c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -14,7 +14,7 @@ LDADD = \ ${top_builddir}/lib/libnl-route-3.la \ @CHECK_LIBS@ -CFLAGS += @CHECK_CFLAGS@ +AM_CFLAGS = @CHECK_CFLAGS@ UNIT_TESTS = check-all