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/test/api Makefile.in


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2009-04-20 20:46:06

Modified files:
	test/api       : Makefile.in 

Log message:
	Add libdevmapper to test/api building.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/api/Makefile.in.diff?cvsroot=lvm2&r1=1.3&r2=1.4

--- LVM2/test/api/Makefile.in	2009/03/08 17:29:27	1.3
+++ LVM2/test/api/Makefile.in	2009/04/20 20:46:06	1.4
@@ -25,7 +25,7 @@
 
 TARGETS = test
 
-LVMLIBS = -llvm
+LVMLIBS = -llvm -ldevmapper
 
 DEFS += -D_REENTRANT
 CFLAGS += -fno-strict-aliasing


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