mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Add missing readline linkage to lvm2app test.
This commit is contained in:
parent
e98c922ec5
commit
212510fdf8
@ -43,7 +43,7 @@ vgtest_OBJECTS = $(vgtest_SOURCES:.c=.o)
|
|||||||
OBJECTS = $(test_OBJECTS) $(vgtest_OBJECTS)
|
OBJECTS = $(test_OBJECTS) $(vgtest_OBJECTS)
|
||||||
|
|
||||||
test: $(test_OBJECTS) $(DEPLIBS)
|
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)
|
vgtest: $(vgtest_OBJECTS) $(DEPLIBS)
|
||||||
$(CC) -o vgtest $(vgtest_OBJECTS) $(CFLAGS) $(LDFLAGS) $(LVMLIBS) $(LIBS)
|
$(CC) -o vgtest $(vgtest_OBJECTS) $(CFLAGS) $(LDFLAGS) $(LVMLIBS) $(LIBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user