]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix vpath build
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 6 Oct 2008 10:24:31 +0000 (10:24 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 6 Oct 2008 10:24:31 +0000 (10:24 +0000)
ChangeLog
qemud/Makefile.am

index 96c7c8e4aff1fa0f76a7545ceec5950c57de9242..b450e39e702a6be4edfc361bd3014fe2247a7157 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Oct  6 11:23:40 BST 2008 Daniel P. Berrange <berrange@redhat.com>
+
+       * qemud/Makefile.am: Fix VPATH build (Guido Gunther)
+
 Mon Oct  6 12:08:40 CEST 2008 Daniel Veillard <veillard@redhat.com>
 
        * po/no.po: removed it's obsoleted by np.po, fixes #335211
index 5d6ff6397ca2174e3f89145c8fe6ce6ae0f56b19..56275f61106341404b15123991a8d9173d152521 100644 (file)
@@ -138,7 +138,7 @@ endif
 if HAVE_POLKIT
 install-data-polkit:: install-init
        mkdir -p $(DESTDIR)$(policydir)
-       $(INSTALL_DATA) libvirtd.policy $(DESTDIR)$(policydir)/org.libvirt.unix.policy
+       $(INSTALL_DATA) $(srcdir)/libvirtd.policy $(DESTDIR)$(policydir)/org.libvirt.unix.policy
 uninstall-data-polkit:: install-init
        rm -f $(DESTDIR)$(policydir)/org.libvirt.unix.policy
 else