fix compilation against static libraries

* src/Makefile.am src/util-lib.h: fix done with Jim to allow
  compilation of virsh with the static libraries.
Daniel
This commit is contained in:
Daniel Veillard
2008-02-25 13:55:56 +00:00
parent e497deb89e
commit 9b1cd481b8
3 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Mon Feb 25 14:53:59 CET 2008 Daniel Veillard <veillard@redhat.com>
* src/Makefile.am src/util-lib.h: fix done with Jim to allow
compilation of virsh with the static libraries.
Mon Feb 25 10:59:43 CET 2008 Jim Meyering <meyering@redhat.com>
Avoid new "make syntax-check" failures.