]> sourceware.org Git - lvm2.git/blame - libdaemon/Makefile.in
device_id: fix segfault if devices file has PVID=.
[lvm2.git] / libdaemon / Makefile.in
CommitLineData
ed997ca8 1#
a62cd64d 2# Copyright (C) 2004-2015 Red Hat, Inc. All rights reserved.
ed997ca8
AK
3#
4# This file is part of LVM2.
5#
6# This copyrighted material is made available to anyone wishing to use,
7# modify, copy, or redistribute it subject to the terms and conditions
8# of the GNU General Public License v.2.
9#
10# You should have received a copy of the GNU General Public License
11# along with this program; if not, write to the Free Software Foundation,
fcbef05a 12# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
ed997ca8
AK
13
14srcdir = @srcdir@
15top_srcdir = @top_srcdir@
16top_builddir = @top_builddir@
17
18.PHONY: client server
19
0a87fed7
PR
20SUBDIRS += client
21
e0c2d374 22ifeq (@BUILD_LVMPOLLD@,yes)
0a87fed7 23 SUBDIRS += server
ed997ca8
AK
24server: client
25endif
26
27ifeq ($(MAKECMDGOALS),distclean)
28 SUBDIRS = client server
29endif
30
31include $(top_builddir)/make.tmpl
This page took 0.130295 seconds and 6 git commands to generate.