~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to policy/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Christopher James Halse Rogers
  • Date: 2012-03-01 17:33:00 UTC
  • mto: (1.1.4) (2.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120301173300-q1s2bs8yubnybln8
ImportĀ upstreamĀ versionĀ 0.1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
org.freedesktop.color.policy.in: org.freedesktop.color.policy.in.in Makefile.am
 
1
org.freedesktop.color.policy.in: org.freedesktop.color.policy.in.in Makefile
2
2
        $(AM_V_GEN)if test "x$(daemon_user)" != "xroot"; then \
3
 
                sed -e "s|<@ANNOTATE_OWNER@/>|<annotate key=\"org.freedesktop.policykit.owner\">unix-user:$(daemon_user)</annotate>|g" $< > $@ ; \
 
3
                sed -e "s|<!--@ANNOTATE_OWNER@-->|<annotate key=\"org.freedesktop.policykit.owner\">unix-user:$(daemon_user)</annotate>|g" $< > $@ ; \
4
4
        else \
5
 
                sed -e "/^\s*<@ANNOTATE_OWNER@\/>\s*$$/d;s|<@ANNOTATE_OWNER@/>||g" $< > $@ ; \
 
5
                sed -e "/^\s*<!--@ANNOTATE_OWNER@-->\s*$$/d;s|<!--@ANNOTATE_OWNER@-->||g" $< > $@ ; \
6
6
        fi
7
7
 
8
8
@INTLTOOL_POLICY_RULE@
9
9
polkit_policydir = $(datadir)/polkit-1/actions
10
 
polkit_policy_DATA =                                    \
11
 
        org.freedesktop.color.policy
 
10
polkit_policy_in_files = org.freedesktop.color.policy.in
 
11
polkit_policy_DATA = $(polkit_policy_in_files:.policy.in=.policy)
 
12
#polkit_policy_DATA =                                   \
 
13
#       org.freedesktop.color.policy
12
14
 
13
15
EXTRA_DIST = org.freedesktop.color.policy.in.in
14
 
DISTCLEANFILES = org.freedesktop.color.policy org.freedesktop.color.policy.in
 
16
CLEANFILES =                                            \
 
17
        org.freedesktop.color.policy                    \
 
18
        org.freedesktop.color.policy.in
15
19
 
16
20
-include $(top_srcdir)/git.mk