]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Makefile.am: Always include rule to make org.libvirt.api.policy
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 27 Sep 2013 16:04:31 +0000 (18:04 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 27 Sep 2013 16:32:43 +0000 (18:32 +0200)
commitecbb3d51b5f195a73377840d35072b7014da2aa0
tree0a1b60def61b30161c65ab19a6390350e5f2edc3
parent4679e9422a5c23e47debe6ae3e5934d58d7ec286
Makefile.am: Always include rule to make org.libvirt.api.policy

When running 'make dist' on a system without policykit, we currently
fail. This is because $(srcdir)/access/org.libvirt.api.policy is in
EXTRA_DIST, however, the rule to generate the file is conditional
whether we build with polkit or not.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/Makefile.am