From 3a3a572aa48c48fd7d1786bae0dcc144fa28017d Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Mon, 25 Nov 2013 22:14:26 +0200 Subject: [PATCH] common/test: post-merge Makefile.am fix. --- src/common/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tests/Makefile.am b/src/common/tests/Makefile.am index 8c7833a..6d095b5 100644 --- a/src/common/tests/Makefile.am +++ b/src/common/tests/Makefile.am @@ -4,7 +4,7 @@ noinst_PROGRAMS = mm-test hash-test msg-test transport-test \ internal-transport-test process-watch-test native-test \ sdbus-error-message -if DBUS_ENABLED +if LIBDBUS_ENABLED noinst_PROGRAMS += mainloop-test dbus-test endif -- 2.7.4