]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Cleanup srcdir usage
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Apr 2015 09:08:59 +0000 (11:08 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 27 Apr 2015 14:03:31 +0000 (16:03 +0200)
commitf58a3a51fc532ada871ebc83a7e7addb8fcea5b2
treeeceddd32b5139fcaeb8b4878bc19d10b71e4e0d0
parentab7cd11e0b9e985c5d07ba40d67d31fac0a92329
Cleanup srcdir usage

In a lot places we use path like this:

  $(srcdir)/../src/....

when in fact it can be:

  $(top_srcdir)/src/

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
daemon/Makefile.am
docs/Makefile.am
src/Makefile.am
tests/schematestutils.sh