]> git.ipfire.org Git - thirdparty/libvirt.git/commit
src: Remove $(builddir) usage
authorAndrea Bolognani <abologna@redhat.com>
Fri, 9 Oct 2015 09:20:06 +0000 (11:20 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 9 Oct 2015 11:04:56 +0000 (13:04 +0200)
commit6c928996e6fa4b080e1b93f89831fabf16e71543
tree865fc88caf606f59b2d432e1c45b1b77c2d2ab92
parent4e8032272f1704f72feafa359fa51870f73ae265
src: Remove $(builddir) usage

Commit 4e8032272f1704f7 used $(builddir) in the header search
path to fix a build issue; however, $(builddir) is not defined
by old autoconf versions such as the one available in CentOS 5,
resulting in the following error:

  cc1: error: /util: No such file or directory
  make[3]: *** [libvirt_driver_la-fdstream.lo] Error 1

Since $(builddir) is defined to always be '.', just use that
value directly instead.
src/Makefile.am