]> sourceware.org Git - lvm2.git/blame - lib/format1/Makefile.in
thin: fix recent commits
[lvm2.git] / lib / format1 / Makefile.in
CommitLineData
d1d9800e 1#
6606c3ae 2# Copyright (C) 2002-2004 Sistina Software, Inc. All rights reserved.
23b059e7 3# Copyright (C) 2004-2010 Red Hat, Inc. All rights reserved.
d1d9800e 4#
7f8f8bfa 5# This file is part of LVM2.
d1d9800e 6#
6606c3ae
AK
7# This copyrighted material is made available to anyone wishing to use,
8# modify, copy, or redistribute it subject to the terms and conditions
9# of the GNU General Public License v.2.
10#
11# You should have received a copy of the GNU General Public License
12# along with this program; if not, write to the Free Software Foundation,
13# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
d1d9800e
AK
14
15srcdir = @srcdir@
16top_srcdir = @top_srcdir@
db8b5af9 17top_builddir = @top_builddir@
d1d9800e 18
4291ce3c 19SOURCES =\
d1d9800e
AK
20 disk-rep.c \
21 format1.c \
22 import-export.c \
23 import-extents.c \
24 layout.c \
25 lvm1-label.c \
26 vg_number.c
27
23b059e7 28LIB_SHARED = liblvm2format1.$(LIB_SUFFIX)
2c44337b 29LIB_VERSION = $(LIB_VERSION_LVM)
d1d9800e 30
814aebc4 31include $(top_builddir)/make.tmpl
d1d9800e 32
180b3dea 33install: install_lvm2_plugin
This page took 0.085321 seconds and 5 git commands to generate.