From 1e25f37a91c5ef57c4fcfe317bb09da96348baa3 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 22 Aug 2013 21:12:40 -0400 Subject: [PATCH] test: Fix build We need to initialize the variable without += before appending to it later. --- test/Makefile.am | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 4866b32..3e5e0a0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -103,8 +103,7 @@ installable_tests = \ shell-test \ test-printf \ $(NULL) -installable_manual_tests += \ - $(NULL) +installable_manual_tests = $(NULL) if DBUS_WITH_GLIB installable_tests += \ -- 1.7.1