diff options
author | David Zeuthen <davidz@redhat.com> | 2007-04-08 19:09:13 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2007-04-08 19:09:13 -0400 |
commit | c994c40ad21a3a956690757eb0193e73fdc8bf72 (patch) | |
tree | a1a3b7e4dae8be68d1bc4bea3fc637cb18ab037f /policy/Makefile.am | |
parent | 2cefd63578435f4f2a1be7dc612489131947f65f (diff) |
changes to cope with PolicyKit mass renaming
Diffstat (limited to 'policy/Makefile.am')
-rw-r--r-- | policy/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/policy/Makefile.am b/policy/Makefile.am new file mode 100644 index 00000000..30497d86 --- /dev/null +++ b/policy/Makefile.am @@ -0,0 +1,20 @@ + +if HAVE_POLKIT +polkit_privilegedir = $(sysconfdir)/PolicyKit/policy + +dist_polkit_privilege_DATA = \ + hal-storage.policy \ + hal-power.policy \ + hal-killswitch.policy + +if HAVE_ACLMGMT +dist_polkit_privilege_DATA += hal-device-file.policy +endif + +check: + $(POLKIT_POLICY_FILE_VALIDATE) $(dist_polkit_privilege_DATA) + +endif + +clean-local : + rm -f *~ |