]> sourceware.org Git - lvm2.git/blame - daemons/common/Makefile.in
move daemon files
[lvm2.git] / daemons / common / Makefile.in
CommitLineData
13dd3138
ZK
1# Copyright (C) 2011 Red Hat, Inc. All rights reserved.
2#
3# This file is part of the device-mapper userspace tools.
4#
5# This copyrighted material is made available to anyone wishing to use,
6# modify, copy, or redistribute it subject to the terms and conditions
7# of the GNU Lesser General Public License v.2.1.
8#
9# You should have received a copy of the GNU Lesser General Public License
10# along with this program; if not, write to the Free Software Foundation,
11# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
12
13srcdir = @srcdir@
14top_srcdir = @top_srcdir@
15top_builddir = @top_builddir@
16
17LIB_STATIC = libdaemon.a
18SOURCES = daemon-shared.c daemon-server.c daemon-client.c
19
20include $(top_builddir)/make.tmpl
21
22device-mapper: $(LIB_STATIC)
This page took 0.033614 seconds and 5 git commands to generate.