156a34939Shaad#
256a34939Shaad# Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.
356a34939Shaad# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
456a34939Shaad#
556a34939Shaad# This file is part of LVM2.
656a34939Shaad#
756a34939Shaad# This copyrighted material is made available to anyone wishing to use,
856a34939Shaad# modify, copy, or redistribute it subject to the terms and conditions
956a34939Shaad# of the GNU General Public License v.2.
1056a34939Shaad#
1156a34939Shaad# You should have received a copy of the GNU General Public License
1256a34939Shaad# along with this program; if not, write to the Free Software Foundation,
1356a34939Shaad# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
1456a34939Shaad
1556a34939Shaadsrcdir = @srcdir@
1656a34939Shaadtop_srcdir = @top_srcdir@
17*7c604eeaShaadtop_builddir = @top_builddir@
1856a34939ShaadVPATH = @srcdir@
1956a34939Shaad
2056a34939ShaadSOURCES = mirrored.c
2156a34939Shaad
2256a34939ShaadLIB_SHARED = liblvm2mirror.so
2356a34939ShaadLIB_VERSION = $(LIB_VERSION_LVM)
2456a34939Shaad
25*7c604eeaShaadinclude ../../make.tmpl
2656a34939Shaad
2756a34939Shaadinstall: liblvm2mirror.so
2856a34939Shaad	$(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) $< \
2956a34939Shaad		$(libdir)/liblvm2mirror.so.$(LIB_VERSION)
3056a34939Shaad	$(LN_S) -f liblvm2mirror.so.$(LIB_VERSION) $(libdir)/liblvm2mirror.so
3156a34939Shaad
32