+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
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