diff options
author | Michael Biebl <biebl@debian.org> | 2009-09-29 05:42:35 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2009-09-29 05:42:35 +0200 |
commit | 6e7c6dfda732880e6feaef53f8ff0aaf23b4d4d4 (patch) | |
tree | 2a1c65a64820b2b51ca96a1c539292613d035b6c /data/Makefile.am | |
parent | b78e497569d2fc75e25c65c3f9f78c8580887c0b (diff) | |
download | consolekit-6e7c6dfda732880e6feaef53f8ff0aaf23b4d4d4.tar.gz |
Imported Upstream version 0.3.1upstream/0.3.1
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index ca51570..041b431 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -7,7 +7,7 @@ seatdir = $(sysconfdir)/ConsoleKit/seats.d seat_DATA = 00-primary.seat if HAVE_POLKIT -polkit_policydir = $(datadir)/PolicyKit/policy +polkit_policydir = $(datadir)/polkit-1/actions dist_polkit_policy_DATA = \ org.freedesktop.consolekit.policy \ $(NULL) @@ -27,6 +27,9 @@ edit = sed \ -e 's|@CONSOLE_KIT_PID_FILE[@]|$(CONSOLE_KIT_PID_FILE)|g' EXTRA_DIST = \ + ck-log-system-restart \ + ck-log-system-start \ + ck-log-system-stop \ $(dbusconf_DATA) \ $(seat_DATA) \ $(service_in_files) \ |