mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-09 11:48:02 +02:00
16 lines
471 B
Makefile
16 lines
471 B
Makefile
polkit_policydir = $(datadir)/PolicyKit/policy
|
|
dist_polkit_policy_DATA = org.freedesktop.devicekit.power.policy
|
|
|
|
# You will need a recent intltool or the patch from this bug
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=462312
|
|
@INTLTOOL_POLICY_RULE@
|
|
|
|
check:
|
|
polkit-policy-file-validate $(top_srcdir)/policy/$(dist_polkit_policy_DATA)
|
|
|
|
EXTRA_DIST = org.freedesktop.devicekit.power.policy.in
|
|
DISTCLEANFILES = org.freedesktop.devicekit.power.policy
|
|
|
|
clean-local :
|
|
rm -f *~
|
|
|