]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix cygwin build, correctly this time
authorEric Blake <eblake@redhat.com>
Sat, 15 May 2010 00:19:58 +0000 (18:19 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 17 May 2010 18:15:44 +0000 (12:15 -0600)
commitb0aaed65eab22670110e1e66f3af8f3d7463b1b2
treefbbcc53ead871d18c252040dc989ddf9275cc43d
parent8e8bda261473bea884ec84fc494b3bad0d76dbc1
build: fix cygwin build, correctly this time

Fix the cygwin regression introduced in commit 48445ccff, but
without repeating the fresh build regression of commit
2d550542e.

* src/Makefile.am (libvirt_test_la_LIBADD): Split out subset of
locally-built libraries...
(libvirt_test_la_BUILT_LIBADD): ...into new variable.
(libvirt_test_la_DEPENDENCIES): Depend only on the subset that
automake would have given us for free if we didn't have to add our
own extra file.
src/Makefile.am