]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Install nwfilter xml files from source directory.
authorPhilipp Hahn <hahn@univention.de>
Thu, 15 Apr 2010 09:21:18 +0000 (11:21 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 20 Apr 2010 14:14:23 +0000 (08:14 -0600)
commit8b3a89c486e6b707c93b3a28d8500889a8a6581b
tree759ea90ed2d40ed31691a20f38c1990174fd9722
parent5d4009b0d179d38508a214b217cc46205bb68603
Install nwfilter xml files from source directory.

During an out-of-tree build, the current working directory is the build
directory. Since the FILTERS are static and not modified or
auto-generated during the build process, they need to be explicitly
fetched from the source directory during install.

Prefix the files with $(srcdir), which gets expanded to the absolute or
relative path to the source directory, even when duing out-of-tree
builds.

Signed-off-by: Philipp Hahn <hahn@univention.de>
examples/xml/nwfilter/Makefile.am