mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
* src/Makefile.am: fix tst build rule
* src/buf.c: fix virBufferContentAndFree to make sure the string is always 0 terminated. Daniel
This commit is contained in:
parent
24abf6c925
commit
d620b00ffa
@ -1,3 +1,9 @@
|
|||||||
|
Fri Oct 19 17:08:08 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* src/Makefile.am: fix tst build rule
|
||||||
|
* src/buf.c: fix virBufferContentAndFree to make sure the string is
|
||||||
|
always 0 terminated.
|
||||||
|
|
||||||
Fri Oct 19 11:59:39 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
Fri Oct 19 11:59:39 CEST 2007 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* src/conf.c: fix bug on negative values in virConfParseLong()
|
* src/conf.c: fix bug on negative values in virConfParseLong()
|
||||||
|
@ -77,7 +77,7 @@ virsh_CFLAGS = $(COVERAGE_CFLAGS)
|
|||||||
# target to ease building test programs
|
# target to ease building test programs
|
||||||
#
|
#
|
||||||
tst: tst.c
|
tst: tst.c
|
||||||
$(CC) $(CFLAGS) -I../include -o tst tst.c .libs/libvirt.a -lxml2 -lxenstore -lpthread
|
$(CC) $(CFLAGS) $(INCLUDES) -I../include -o tst tst.c .libs/libvirt.a -lxml2 -lxenstore -lpthread
|
||||||
|
|
||||||
COVERAGE_FILES = $(CLIENT_SOURCES:%.c=libvirt_la-%.cov)
|
COVERAGE_FILES = $(CLIENT_SOURCES:%.c=libvirt_la-%.cov)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user