summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-06-28 16:49:51 (GMT)
committerThomas Graf <tgraf@suug.ch>2013-06-28 16:49:51 (GMT)
commitcd1c1e10416a1d1f7c1a76b304d7ce60f688e1d2 (patch)
tree11d33efaf12a07dd7b1109a215c3b6cfd50158f2 /tests
parent01cfa9c1dbe8215717e27aa6802290cf51ab6186 (diff)
downloadlibnl-cd1c1e10416a1d1f7c1a76b304d7ce60f688e1d2.zip
libnl-cd1c1e10416a1d1f7c1a76b304d7ce60f688e1d2.tar.gz
libnl-cd1c1e10416a1d1f7c1a76b304d7ce60f688e1d2.tar.bz2
tests: use AM_CFLAGS instead of CFLAGS directly
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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