]> xenbits.xensource.com Git - libvirt.git/commit
build: fix cygwin build
authorEric Blake <eblake@redhat.com>
Fri, 14 May 2010 21:14:58 +0000 (15:14 -0600)
committerEric Blake <eblake@redhat.com>
Fri, 14 May 2010 22:03:57 +0000 (16:03 -0600)
commit2d550542ee729c1d9a4d92de344892650817b213
tree9dd2ad9994a59e039547bd2aa73cdc68cf737752
parentba99a1b63749d07630c580c59bdab0ad687d7299
build: fix cygwin build

make[3]: *** No rule to make target `-lxml2', needed by `libvirt.la'.  Stop.

Due to treating the wrong string as a dependency.

* src/Makefile.am (libvirt_la_DEPENDENCIES): Depend only on
locally-built file, not on strings that might resolve as '-lxml2'.
src/Makefile.am