From 649c45078f679593f637a6b891f7ef970e540717 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Thu, 18 Mar 2010 09:19:30 +0000 Subject: Add infrastructure for running the functional testsuite with locking_type set to 3, using a local (singlenode) clvmd. --- daemons/clvmd/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'daemons/clvmd/Makefile.in') diff --git a/daemons/clvmd/Makefile.in b/daemons/clvmd/Makefile.in index b9f4181f..56785041 100644 --- a/daemons/clvmd/Makefile.in +++ b/daemons/clvmd/Makefile.in @@ -71,6 +71,10 @@ ifneq (,$(findstring corosync,, "@CLVMD@,")) DEFS += -DUSE_COROSYNC endif +ifneq (,$(findstring singlenode,, "@CLVMD@,")) + SOURCES += clvmd-singlenode.c + DEFS += -DUSE_SINGLENODE +endif TARGETS = \ clvmd -- cgit