packagekit/policy/Makefile.am
2009-08-08 13:45:53 +02:00

20 lines
429 B
Makefile

NULL =
if SECURITY_TYPE_POLKIT
polkit_policydir = $(datadir)/polkit-1/actions
dist_polkit_policy_DATA = \
org.freedesktop.packagekit.policy \
$(NULL)
# 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.packagekit.policy.in
DISTCLEANFILES = org.freedesktop.packagekit.policy
endif
clean-local :
rm -f *~