From 243e80260a0bfbd2f0a8a5842c8ecf36ca3b7821 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Mon, 6 Oct 2008 10:24:31 +0000 Subject: [PATCH] Fix vpath build --- ChangeLog | 4 ++++ qemud/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 96c7c8e4af..b450e39e70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 6 11:23:40 BST 2008 Daniel P. Berrange + + * qemud/Makefile.am: Fix VPATH build (Guido Gunther) + Mon Oct 6 12:08:40 CEST 2008 Daniel Veillard * po/no.po: removed it's obsoleted by np.po, fixes #335211 diff --git a/qemud/Makefile.am b/qemud/Makefile.am index 5d6ff6397c..56275f6110 100644 --- a/qemud/Makefile.am +++ b/qemud/Makefile.am @@ -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