summaryrefslogtreecommitdiff
path: root/policy/Makefile.am
blob: ef399395b221d8044f2f371f8d9345639692f83b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
polkit_policydir = $(datadir)/polkit-1/actions
polkit_policy_DATA =					\
	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.qos.policy.in

DISTCLEANFILES =					\
	org.freedesktop.upower.qos.policy

clean-local :
	rm -f *~

-include $(top_srcdir)/git.mk