]> sourceware.org Git - lvm2.git/commitdiff
Add missing readline linkage to lvm2app test.
authorDave Wysochanski <dwysocha@redhat.com>
Wed, 14 Apr 2010 16:13:34 +0000 (16:13 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Wed, 14 Apr 2010 16:13:34 +0000 (16:13 +0000)
test/api/Makefile.in

index d373ff8412b6b4723a832357af5031744cbef294..721cec949886e870037ecdf27c3f8859728bc5f5 100644 (file)
@@ -43,7 +43,7 @@ vgtest_OBJECTS = $(vgtest_SOURCES:.c=.o)
 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)
This page took 0.038257 seconds and 5 git commands to generate.