2005-12-02 19:52:06 +00:00
#
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
2014-04-17 14:12:02 +02:00
# Copyright (C) 2004-2005, 2008-2014 Red Hat, Inc. All rights reserved.
2005-12-02 19:52:06 +00:00
#
2007-09-21 10:16:45 +00:00
# This file is part of LVM2.
2005-12-02 19:52:06 +00: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 19:10:31 +00:00
top_builddir = @top_builddir@
2005-12-02 19:52:06 +00:00
2014-04-17 14:12:02 +02:00
INCLUDES += -I$( top_srcdir) /daemons/dmeventd/plugins/lvm2
CLDFLAGS += -L$( top_builddir) /daemons/dmeventd/plugins/lvm2
2005-12-02 19:52:06 +00:00
SOURCES = dmeventd_mirror.c
2010-03-29 14:11:17 +00:00
LIB_NAME = libdevmapper-event-lvm2mirror
2010-04-09 21:42:48 +00:00
LIB_SHARED = $( LIB_NAME) .$( LIB_SUFFIX)
2008-11-03 22:14:30 +00:00
LIB_VERSION = $( LIB_VERSION_LVM)
2010-03-29 14:11:17 +00:00
CFLOW_LIST = $( SOURCES)
CFLOW_LIST_TARGET = $( LIB_NAME) .cflow
2009-10-02 19:10:31 +00:00
i n c l u d e $( top_builddir ) / m a k e . t m p l
2005-12-02 19:52:06 +00:00
2014-04-17 14:12:02 +02:00
LIBS += -ldevmapper-event-lvm2 -ldevmapper
2009-10-09 16:04:54 +00:00
2010-05-06 10:07:46 +00:00
install_lvm2 : install_dm_plugin
2009-05-11 10:28:45 +00:00
install : install_lvm 2