From: Dave Wysochanski Date: Wed, 14 Apr 2010 16:13:34 +0000 (+0000) Subject: Add missing readline linkage to lvm2app test. X-Git-Tag: old-v2_02_63~6 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c198ca0285fa2b0e38b4aee181239079601343b0;p=lvm2.git Add missing readline linkage to lvm2app test. --- diff --git a/test/api/Makefile.in b/test/api/Makefile.in index d373ff841..721cec949 100644 --- a/test/api/Makefile.in +++ b/test/api/Makefile.in @@ -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)