summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins/mirror/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2005-12-02 19:52:06 +0000
committerAlasdair Kergon <agk@redhat.com>2005-12-02 19:52:06 +0000
commit06f62ad1e4445a910a96910766e02e4975e0dce4 (patch)
tree15bd3725d1f5546bd3743d302b5a306591e5648c /daemons/dmeventd/plugins/mirror/Makefile.in
parentc6b966c8eeb94c3227184a4faeb35c1ebea9c1b6 (diff)
downloadlvm2-06f62ad1e4445a910a96910766e02e4975e0dce4.tar.gz
lvm2-06f62ad1e4445a910a96910766e02e4975e0dce4.tar.xz
lvm2-06f62ad1e4445a910a96910766e02e4975e0dce4.zip
Add mirror dmeventd library
Diffstat (limited to 'daemons/dmeventd/plugins/mirror/Makefile.in')
-rw-r--r--daemons/dmeventd/plugins/mirror/Makefile.in32
1 files changed, 32 insertions, 0 deletions
diff --git a/daemons/dmeventd/plugins/mirror/Makefile.in b/daemons/dmeventd/plugins/mirror/Makefile.in
new file mode 100644
index 00000000..04386bc9
--- /dev/null
+++ b/daemons/dmeventd/plugins/mirror/Makefile.in
@@ -0,0 +1,32 @@
+#
+# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+# Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
+#
+# This file is part of the LVM2.
+#
+# 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@
+VPATH = @srcdir@
+
+CFLAGS += -I${top_srcdir}/tools -I${top_srcdir}/include
+CLDFLAGS += -ldevmapper -llvm2cmd
+
+SOURCES = dmeventd_mirror.c
+
+LIB_SHARED = libdevmapper-event-lvm2mirror.so
+
+include $(top_srcdir)/make.tmpl
+
+install: libdevmapper-event-lvm2mirror.so
+ $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \
+ $(libdir)/$<.$(LIB_VERSION)
+ $(LN_S) -f $(libdir)/$<.$(LIB_VERSION) $(libdir)/$<
+