From: Daniel P. Berrange Date: Mon, 6 Oct 2008 10:24:31 +0000 (+0000) Subject: Fix vpath build X-Git-Tag: LIBVIRT_0_5_0~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243e80260a0bfbd2f0a8a5842c8ecf36ca3b7821;p=thirdparty%2Flibvirt.git Fix vpath build --- 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