summaryrefslogtreecommitdiff
path: root/libnm-glib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2016-10-15 16:00:00 +0200
committerThomas Haller <thaller@redhat.com>2016-10-19 15:26:30 +0200
commit274de2555baf30855501d3e275a09404ab03565a (patch)
tree94b1a1fb8cf839b726417014134a70feae452564 /libnm-glib
parenta54a3e8263f7ba6eee1b975536e0b7f3c6a98d63 (diff)
build/trivial: rename VALGRIND_RULES in Makefile.am to NM_LOG_COMPILER
Diffstat (limited to 'libnm-glib')
-rw-r--r--libnm-glib/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/tests/Makefile.am b/libnm-glib/tests/Makefile.am
index 3368d60cfe..4a51eba750 100644
--- a/libnm-glib/tests/Makefile.am
+++ b/libnm-glib/tests/Makefile.am
@@ -14,7 +14,7 @@ AM_CPPFLAGS = \
noinst_PROGRAMS = $(TESTS)
if WITH_VALGRIND
-@VALGRIND_RULES@ --launch-dbus
+@NM_LOG_COMPILER@ --launch-dbus
else
LOG_COMPILER = $(top_srcdir)/tools/run-test-dbus-session.sh
endif