* src/Makefile.am src/internal.h src/libvirt.c src/libvirt_sym.version

src/virterror.c include/Makefile.am include/virterror.h: adding
  the public APIs for errors, callbacks and synchronous. The boring
  stuff is still left to do, plugging it. Also need to be exposed
  at the python level.
* doc//*: rebuilt
Daniel
This commit is contained in:
Daniel Veillard
2006-02-24 22:36:10 +00:00
parent 868f93ba8e
commit 8557bc67a4
23 changed files with 1271 additions and 244 deletions

View File

@@ -2,7 +2,8 @@
virincdir = $(includedir)/libvirt
virinc_HEADERS = libvirt.h
virinc_HEADERS = libvirt.h \
virterror.h
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(virincdir)