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 Makefile.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	zkabelac@sourceware.org	2008-11-18 13:16:03

Modified files:
	.              : Makefile.in 

Log message:
	daemons depends on liblvm2cmd - fixes parallel builds

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/Makefile.in.diff?cvsroot=lvm2&r1=1.29&r2=1.30

--- LVM2/Makefile.in	2008/11/10 14:04:12	1.29
+++ LVM2/Makefile.in	2008/11/18 13:16:03	1.30
@@ -42,7 +42,7 @@
 
 libdm: include
 lib: libdm
-daemons: lib
+daemons: lib tools
 tools: lib device-mapper
 po: tools daemons
 


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