summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2024-04-07 12:36:03 +0200
committerEugen Wissner <belka@caraus.de>2024-04-07 12:36:03 +0200
commit457e48a4cffa15ef1505abcba49f1a280ca35c62 (patch)
tree76d6bf63ac17b25db448e692f9764a9ebc6286c9 /Makefile.am
parent887b5aabbb8bfb96a04cf4334a25a94a201b235d (diff)
downloadslack-timedate-457e48a4cffa15ef1505abcba49f1a280ca35c62.tar.gz
Add policy configuration
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 672cc2c..ba90512 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,7 @@
dbus_servicesdir = $(datadir)/dbus-1/system-services
dbus_confdir = $(sysconfdir)/dbus-1/system.d
introspectiondir = $(datadir)/dbus-1/interfaces
+polkit_actionsdir = $(datadir)//polkit-1/actions
libexec_PROGRAMS = slack-timedate
@@ -15,11 +16,13 @@ $(dbus_services_DATA): org.freedesktop.timedate1.service.in
dbus_conf_DATA = org.freedesktop.timedate1.conf
introspection_DATA = org.freedesktop.timedate1.xml
+polkit_actions_DATA = org.freedesktop.timedate1.policy
EXTRA_DIST = \
$(dbus_services_DATA) \
$(dbus_conf_DATA) \
- $(introspection_DATA)
+ $(introspection_DATA) \
+ $(polkit_actions_DATA)
CLEANFILES = \
org.freedesktop.timedate1.service