Re: [libvirt] [PATCH] Makefile.am: Always include rule to make org.libvirt.api.policy

2013-09-27 Thread Eric Blake
On 09/27/2013 10:18 AM, Michal Privoznik wrote: > 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. >

[libvirt] [PATCH] Makefile.am: Always include rule to make org.libvirt.api.policy

2013-09-27 Thread Michal Privoznik
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 --- src/Makefile.am | 8