mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-19 08:00:28 +01:00
21 lines
523 B
Makefile
21 lines
523 B
Makefile
polkit_policydir = $(datadir)/polkit-1/actions
|
|
polkit_policy_DATA = \
|
|
org.freedesktop.upower.policy \
|
|
org.freedesktop.upower.qos.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@
|
|
|
|
EXTRA_DIST = \
|
|
org.freedesktop.upower.policy.in \
|
|
org.freedesktop.upower.qos.policy.in
|
|
|
|
DISTCLEANFILES = \
|
|
org.freedesktop.upower.policy \
|
|
org.freedesktop.upower.qos.policy
|
|
|
|
clean-local :
|
|
rm -f *~
|
|
|
|
-include $(top_srcdir)/git.mk
|