* //* : 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

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