From: Thomas Graf Date: Fri, 28 Jun 2013 16:49:51 +0000 (+0200) Subject: tests: use AM_CFLAGS instead of CFLAGS directly X-Git-Tag: libnl3_2_23rc1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd1c1e10416a1d1f7c1a76b304d7ce60f688e1d2;p=libnl tests: use AM_CFLAGS instead of CFLAGS directly Signed-off-by: Thomas Graf --- 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