[lvm-devel] LVM2/test/api Makefile.in

wysochanski at sourceware.org wysochanski at sourceware.org
Wed Apr 14 16:13:35 UTC 2010


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski at sourceware.org	2010-04-14 16:13:34

Modified files:
	test/api       : Makefile.in 

Log message:
	Add missing readline linkage to lvm2app test.

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

--- LVM2/test/api/Makefile.in	2010/04/09 21:34:31	1.13
+++ LVM2/test/api/Makefile.in	2010/04/14 16:13:34	1.14
@@ -43,7 +43,7 @@
 OBJECTS = $(test_OBJECTS) $(vgtest_OBJECTS)
 
 test: $(test_OBJECTS) $(DEPLIBS)
-	$(CC) -o test $(test_OBJECTS) $(CFLAGS) $(LDFLAGS) $(LVMLIBS) $(LIBS)
+	$(CC) -o test $(test_OBJECTS) $(CFLAGS) $(LDFLAGS) $(LVMLIBS) $(LIBS) $(READLINE_LIBS)
 
 vgtest: $(vgtest_OBJECTS) $(DEPLIBS)
 	$(CC) -o vgtest $(vgtest_OBJECTS) $(CFLAGS) $(LDFLAGS) $(LVMLIBS) $(LIBS)




More information about the lvm-devel mailing list