[system-tools-backends-clone] Move $policy_in_files out of the HAVE_POLKIT case.



commit bac5142ca2e28fd8077747b7f78b68989b029983
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed Aug 19 14:58:58 2009 +0200

    Move $policy_in_files out of the HAVE_POLKIT case.
    
    This way distcheck works without having PolicyKit installed.

 Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 3e14820..70835a0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,9 +56,10 @@ service_DATA = org.freedesktop.SystemToolsBackends.service
 systemddir = $(DBUS_SYSTEMD_DIR)
 systemd_DATA = org.freedesktop.SystemToolsBackends.conf
 
+policy_in_files = org.freedesktop.SystemToolsBackends.policy.in
+
 if HAVE_POLKIT
 policydir = $(POLKIT_POLICY_DIR)
-policy_in_files = org.freedesktop.SystemToolsBackends.policy.in
 policy_DATA = $(policy_in_files:.policy.in=.policy)
 
 @INTLTOOL_POLICY_RULE@



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]