2005-12-02 22:52:06 +03:00
#
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
2014-04-17 16:12:02 +04:00
# Copyright (C) 2004-2005, 2008-2014 Red Hat, Inc. All rights reserved.
2005-12-02 22:52:06 +03:00
#
2007-09-21 14:16:45 +04:00
# This file is part of LVM2.
2005-12-02 22:52:06 +03:00
#
# This copyrighted material is made available to anyone wishing to use,
# modify, copy, or redistribute it subject to the terms and conditions
# of the GNU General Public License v.2.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
srcdir = @srcdir@
top_srcdir = @top_srcdir@
2009-10-02 23:10:31 +04:00
top_builddir = @top_builddir@
2005-12-02 22:52:06 +03:00
2014-04-17 16:12:02 +04:00
INCLUDES += -I$( top_srcdir) /daemons/dmeventd/plugins/lvm2
CLDFLAGS += -L$( top_builddir) /daemons/dmeventd/plugins/lvm2
2005-12-02 22:52:06 +03:00
SOURCES = dmeventd_mirror.c
2010-03-29 18:11:17 +04:00
LIB_NAME = libdevmapper-event-lvm2mirror
2010-04-10 01:42:48 +04:00
LIB_SHARED = $( LIB_NAME) .$( LIB_SUFFIX)
2008-11-04 01:14:30 +03:00
LIB_VERSION = $( LIB_VERSION_LVM)
2010-03-29 18:11:17 +04:00
CFLOW_LIST = $( SOURCES)
CFLOW_LIST_TARGET = $( LIB_NAME) .cflow
2009-10-02 23:10:31 +04:00
i n c l u d e $( top_builddir ) / m a k e . t m p l
2005-12-02 22:52:06 +03:00
2014-04-17 16:12:02 +04:00
LIBS += -ldevmapper-event-lvm2 -ldevmapper
2009-10-09 20:04:54 +04:00
2010-05-06 14:07:46 +04:00
install_lvm2 : install_dm_plugin
2009-05-11 14:28:45 +04:00
install : install_lvm 2