summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.in
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2006-11-20 20:03:26 +0000
committerAlasdair Kergon <agk@redhat.com>2006-11-20 20:03:26 +0000
commit4eee5764907d1a47e756b18908f01f232019d0a8 (patch)
treedf67b4f409ed637269e52985dedae9c4284dbfed /scripts/Makefile.in
parent86eeeb5f3f8a829380cff7d7dcad3e64f4ff8634 (diff)
downloadlvm2-4eee5764907d1a47e756b18908f01f232019d0a8.tar.gz
lvm2-4eee5764907d1a47e756b18908f01f232019d0a8.tar.xz
lvm2-4eee5764907d1a47e756b18908f01f232019d0a8.zip
Install lvmdump by default.
Diffstat (limited to 'scripts/Makefile.in')
-rw-r--r--scripts/Makefile.in23
1 files changed, 23 insertions, 0 deletions
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
new file mode 100644
index 00000000..01def19d
--- /dev/null
+++ b/scripts/Makefile.in
@@ -0,0 +1,23 @@
+#
+# Copyright (C) 2006 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@
+
+include $(top_srcdir)/make.tmpl
+
+install:
+ $(INSTALL) -D $(OWNER) $(GROUP) -m 555 $(STRIP) lvm_dump.sh \
+ $(sbindir)/lvmdump
+