]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix VPATH builds
authorEric Blake <eblake@redhat.com>
Sat, 25 Jun 2011 02:48:49 +0000 (20:48 -0600)
committerEric Blake <eblake@redhat.com>
Sat, 25 Jun 2011 02:55:23 +0000 (20:55 -0600)
commit481e4d795c00e9f80e24931897147ee7b7511f31
tree9697a2f872684fc2d7a159752639fa64462fcf6c
parente0858026a2b3e0d2608e1101f1ae5be8a1820c06
build: fix VPATH builds

The build currently fails when trying to create virnetprotocol.c
into $(builddir)/rpc, which doesn't exist.  But since the file
is part of the tarball, it should be generated into $(srcdir).
Caught by autobuild.sh.

* src/Makefile.am (VIR_NET_RPC_GENERATED): Generate into srcdir.
src/Makefile.am