From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25995 invoked by alias); 23 Feb 2012 13:41:12 -0000 Received: (qmail 25978 invoked by uid 9699); 23 Feb 2012 13:41:11 -0000 Date: Thu, 23 Feb 2012 13:41:00 -0000 Message-ID: <20120223134111.25976.qmail@sourceware.org> From: mornfall@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/daemons Makefile.in Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2012-02/txt/msg00147.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: mornfall@sourceware.org 2012-02-23 13:41:11 Modified files: daemons : Makefile.in Log message: We need daemons/common now even if the lvmetad server side is not built. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/daemons/Makefile.in.diff?cvsroot=lvm2&r1=1.22&r2=1.23 --- LVM2/daemons/Makefile.in 2011/09/24 20:57:49 1.22 +++ LVM2/daemons/Makefile.in 2012/02/23 13:41:11 1.23 @@ -15,8 +15,10 @@ top_srcdir = @top_srcdir@ top_builddir = @top_builddir@ +SUBDIRS += common + ifeq ("@BUILD_LVMETAD@", "yes") - SUBDIRS += common lvmetad + SUBDIRS += lvmetad endif .PHONY: dmeventd clvmd common cmirrord lvmetad