* //* : renamed the project libvirt , this affects all makefiles,

the specs, the icons, the docs, etc ...
* configure.in: prepare for 0.0.3
Daniel
This commit is contained in:
Daniel Veillard
2006-02-09 17:45:11 +00:00
parent 1c40364403
commit 8c423e6c83
58 changed files with 1476 additions and 948 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
# Beware this is autogenerated by index.py
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
DEPS = $(top_builddir)/src/libvir.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/src/libvir.la
DEPS = $(top_builddir)/src/libvirt.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/src/libvirt.la
rebuild: examples.xml index.html
+6 -6
View File
@@ -10,12 +10,12 @@
<includes>
</includes>
<uses>
<function line='43' file='libvir' name='virDomainGetInfo'/>
<function line='53' file='libvir' name='virDomainFree'/>
<function line='36' file='libvir' name='virDomainLookupByID'/>
<function line='55' file='libvir' name='virConnectClose'/>
<struct line='25' file='libvir' name='virDomainInfo'/>
<function line='29' file='libvir' name='virConnectOpenReadOnly'/>
<function line='43' file='libvirt' name='virDomainGetInfo'/>
<function line='53' file='libvirt' name='virDomainFree'/>
<function line='36' file='libvirt' name='virDomainLookupByID'/>
<function line='55' file='libvirt' name='virConnectClose'/>
<struct line='25' file='libvirt' name='virDomainInfo'/>
<function line='29' file='libvirt' name='virConnectOpenReadOnly'/>
</uses>
</example>
<symbols>
+5 -5
View File
@@ -28,10 +28,10 @@ def load_api():
return
api_dict = {}
try:
print "loading ../libvir-api.xml"
api_doc = libxml2.parseFile("../libvir-api.xml")
print "loading ../libvirt-api.xml"
api_doc = libxml2.parseFile("../libvirt-api.xml")
except:
print "failed to parse ../libvir-api.xml"
print "failed to parse ../libvirt-api.xml"
sys.exit(1)
def find_symbol(name):
@@ -222,8 +222,8 @@ def dump_Makefile():
extras.append(file)
Makefile="""# Beware this is autogenerated by index.py
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
DEPS = $(top_builddir)/src/libvir.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/src/libvir.la
DEPS = $(top_builddir)/src/libvirt.la
LDADDS = @STATIC_BINARIES@ $(top_builddir)/src/libvirt.la
rebuild: examples.xml index.html
+1 -1
View File
@@ -10,7 +10,7 @@
*/
#include <stdio.h>
#include <libvir.h>
#include <libvirt.h>
/**
* getDomainInfo: