From 3f178c6d15daed161fe3bd7f5d9019a592cc564a Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 11 Feb 2008 12:33:16 -0500 Subject: add tools to log restart and stop events This should probably be used by init instead of logging the event from CK. --- tools/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index bf6a4ae..1fe0f6b 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -50,6 +50,8 @@ bin_PROGRAMS = \ sbin_PROGRAMS = \ ck-log-system-start \ + ck-log-system-restart \ + ck-log-system-stop \ $(NULL) ck_list_sessions_SOURCES = \ @@ -79,6 +81,24 @@ ck_log_system_start_LDADD = \ $(top_builddir)/src/libck-event-log.la \ $(NULL) +ck_log_system_restart_SOURCES = \ + ck-log-system-restart.c \ + $(NULL) + +ck_log_system_restart_LDADD = \ + $(HISTORY_LIBS) \ + $(top_builddir)/src/libck-event-log.la \ + $(NULL) + +ck_log_system_stop_SOURCES = \ + ck-log-system-stop.c \ + $(NULL) + +ck_log_system_stop_LDADD = \ + $(HISTORY_LIBS) \ + $(top_builddir)/src/libck-event-log.la \ + $(NULL) + libexec_PROGRAMS = \ ck-collect-session-info \ ck-get-x11-server-pid \ -- cgit