From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15810 invoked by alias); 24 Feb 2010 18:16:11 -0000 Received: (qmail 15793 invoked by uid 9657); 24 Feb 2010 18:16:10 -0000 Date: Wed, 24 Feb 2010 18:16:00 -0000 Message-ID: <20100224181610.15791.qmail@sourceware.org> From: wysochanski@sourceware.org To: lvm-devel@redhat.com, lvm2-cvs@sourceware.org Subject: LVM2/liblvm Makefile.in Mailing-List: contact lvm2-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: lvm2-cvs-owner@sourceware.org X-SW-Source: 2010-02/txt/msg00048.txt.bz2 CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: wysochanski@sourceware.org 2010-02-24 18:16:10 Modified files: liblvm : Makefile.in Log message: Add tag_list_copy() supporting function inside lvm2app. Add a supporting function to copy a list of internal tags to lvm2app list. We need to put this here because of the lvm_str_list_t type which we export in lvm2app.h. If we didn't export this type, we could put this in the internal library and use struct str_list. Signed-off-by: Dave Wysochanski Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/liblvm/Makefile.in.diff?cvsroot=lvm2&r1=1.17&r2=1.18 --- LVM2/liblvm/Makefile.in 2009/10/02 19:10:36 1.17 +++ LVM2/liblvm/Makefile.in 2010/02/24 18:16:10 1.18 @@ -18,6 +18,7 @@ VPATH = @srcdir@ SOURCES =\ + lvm_misc.c \ lvm_base.c \ lvm_lv.c \ lvm_pv.c \