]> sourceware.org Git - lvm2.git/blob - libdaemon/client/Makefile.in
new makefiles
[lvm2.git] / libdaemon / client / Makefile.in
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
13 srcdir = @srcdir@
14 top_srcdir = @top_srcdir@
15 top_builddir = @top_builddir@
16
17 LIB_STATIC = libdaemonclient.a
18 SOURCES = daemon-shared.c daemon-client.c
19
20 include $(top_builddir)/make.tmpl
This page took 0.038282 seconds and 5 git commands to generate.