]> sourceware.org Git - lvm2.git/blob - daemons/dmeventd/plugins/lvm2/Makefile.in
integrity: add --integritysettings for tuning
[lvm2.git] / daemons / dmeventd / plugins / lvm2 / Makefile.in
1 #
2 # Copyright (C) 2010-2014 Red Hat, Inc. All rights reserved.
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,
12 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
13
14 srcdir = @srcdir@
15 top_srcdir = @top_srcdir@
16 top_builddir = @top_builddir@
17
18 CLDFLAGS += -L$(top_builddir)/tools
19 LIBS += $(DMEVENT_LIBS) $(PTHREAD_LIBS) @LVM2CMD_LIB@
20
21 SOURCES = dmeventd_lvm.c
22
23 LIB_SHARED = libdevmapper-event-lvm2.$(LIB_SUFFIX)
24 LIB_VERSION = $(LIB_VERSION_LVM)
25
26 include $(top_builddir)/make.tmpl
27
28 install_lvm2: install_lib_shared
29
30 install: install_lvm2
This page took 0.03912 seconds and 6 git commands to generate.