~ubuntu-branches/debian/sid/hal/sid

« back to all changes in this revision

Viewing changes to policy/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2007-10-23 12:33:58 UTC
  • Revision ID: james.westby@ubuntu.com-20071023123358-xaf8mjc5n84d5gtz
Tags: upstream-0.5.10
ImportĀ upstreamĀ versionĀ 0.5.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
if HAVE_POLKIT
 
3
polkit_policydir = $(datadir)/PolicyKit/policy
 
4
 
 
5
dist_polkit_policy_DATA =    \
 
6
        hal-lock.policy         \
 
7
        hal-storage.policy      \
 
8
        hal-power.policy        \
 
9
        hal-killswitch.policy   
 
10
 
 
11
if HAVE_ACLMGMT
 
12
dist_polkit_policy_DATA += hal-device-file.policy
 
13
endif
 
14
 
 
15
check:
 
16
        $(POLKIT_POLICY_FILE_VALIDATE) $(dist_polkit_policy_DATA)
 
17
 
 
18
endif
 
19
 
 
20
clean-local :
 
21
        rm -f *~