packagekit/policy/Makefile.am
2011-06-13 11:08:00 +01:00

22 lines
460 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 *~
-include $(top_srcdir)/git.mk