blob: 4bab7f4193f5e96708a9715ac252e6b94edebd2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
polkit_policydir = $(datadir)/polkit-1/actions
polkit_policy_DATA = \
org.mate.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@
.in2.in:
sed "s|[@]sbindir@|${sbindir}|" $< > $@
EXTRA_DIST = org.mate.power.policy.in2
DISTCLEANFILES = org.mate.power.policy org.mate.power.policy.in
clean-local :
rm -f *~
|