1. 29 2月, 2008 2 次提交
    • R
      Many typos fixed (Atsushi SAKAI). · bb8340c1
      Richard W.M. Jones 提交于
      bb8340c1
    • J
      Avoid link errors with "configure --disable-shared". · 9262d88e
      Jim Meyering 提交于
      * src/Makefile.am: Create a convenience library, libvirt_test.la,
      and don't restrict access to *its* symbols.
      * tests/Makefile.am (LDADDS): Add ../src/libvirt_test.la, so that
      "configure --disable-shared" no longer provokes link errors.
      (LIBVIRT): Remove definition.
      (LDADDS): Remove use.
      ($(LIBVIRT)): Remove rule.
      (LDADDS): Use the new convenience library instead.
      (CLEANFILES): Define.
      * docs/examples/index.py (dump_Makefile): Append $(COVERAGE_LDFLAGS),
      to the LDADDS definition, to avoid link error with the combination of
      --enable-test-coverage and --disable-shared.
      * docs/examples/Makefile.am: Regenerate.
      * docs/examples/index.html: Likewise.
      * qemud/Makefile.am (libvirtd_LDFLAGS): Append $(COVERAGE_LDFLAGS).
      * src/libvirt_sym.version: Remove some SP-before-TAB.
      9262d88e
  2. 21 2月, 2008 2 次提交
  3. 20 2月, 2008 3 次提交
  4. 12 2月, 2008 1 次提交
    • D
      Network doc example fixes · fd71d295
      Daniel Veillard 提交于
      * docs/libvir.html docs/format.html: fixes the examples on the
        section about ethernet bridging, as raised by Maxwell Bottiger,
        fixes bug #430790
      Daniel
      fd71d295
  5. 06 2月, 2008 1 次提交
  6. 30 1月, 2008 1 次提交
  7. 25 1月, 2008 1 次提交
  8. 24 1月, 2008 1 次提交
  9. 21 1月, 2008 1 次提交
    • D
      Remove docs/API*.html · d3043afe
      Daniel Veillard 提交于
      * docs/API* docs/api.xsl docs/site.xsl docs/Makefile.am: remove the
        generation of the API*.html files as it's not really useful here
      Daniel
      d3043afe
  10. 15 1月, 2008 1 次提交
  11. 14 1月, 2008 1 次提交
    • J
      Clean up global name space in examples and tests. · f510a612
      Jim Meyering 提交于
      * docs/examples/suspend.c: Declare global "conn" to be static.
      * tests/qemuxml2argvtest.c: Declare global "driver" to be static.
      * tests/qemuxml2xmltest.c: Likewise.
      
      
      Author: Jim Meyering <meyering@redhat.com>
      f510a612
  12. 18 12月, 2007 2 次提交
  13. 14 12月, 2007 1 次提交
  14. 06 12月, 2007 3 次提交
  15. 30 11月, 2007 1 次提交
  16. 29 11月, 2007 1 次提交
  17. 28 11月, 2007 2 次提交
  18. 27 11月, 2007 2 次提交
  19. 26 11月, 2007 3 次提交
  20. 21 11月, 2007 2 次提交
  21. 17 11月, 2007 1 次提交
  22. 16 11月, 2007 2 次提交
  23. 15 11月, 2007 2 次提交
    • J
      Make "make distcheck" work. · d5117af3
      Jim Meyering 提交于
      * Makefile.am: Expand some "*" wildcards, and (for now) disable
        the relatively unimportant, distuninstallcheck target.
        Fix a few redirect-directly-to-target bugs.
        Add a few $(srcdir)/ prefixes and add an uninstall-local rule.
      * docs/Makefile.am: More of the same.  Split some long lines.
      * python/Makefile.am: Likewise.
      * python/tests/Makefile.am: Likewise.
      * qemud/Makefile.am: Likewise.
      * tests/Makefile.am: Remove the directories already listed in SUBDIRS.
      * docs/examples/index.py: Adapt to produce the desired changes in
        docs/examples/Makefile.am. Also, sort *.c, so results are reproducible,
        and emit a comment telling emacs and vi that the file is read-only.
      * docs/examples/Makefile.am: Regenerate.
      
      
      Author: Jim Meyering <meyering@redhat.com>
      d5117af3
    • D
      * doc/libvir.html doc/format.html: add missing docs for · ec589607
      Daniel Veillard 提交于
        <shareable/> on disk devices
      * src/Makefile.am: fix the tst build rule for missing libraries
      Daniel
      ec589607
  24. 07 11月, 2007 1 次提交
  25. 23 10月, 2007 2 次提交