This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/liblvm Makefile.in


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 <dwysocha@redhat.com>

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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]