From 80dc652115e275a95b05bb6809825cc324d9475a Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 3 Apr 2007 11:42:43 -0400 Subject: add a glib message to syslog handler Also add ability to toggle debugging when SIGUSR1 is received. --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 6d128ce..26eb8e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -65,8 +65,8 @@ console_kit_daemon_SOURCES = \ ck-seat.c \ ck-session.h \ ck-session.c \ - ck-debug.h \ - ck-debug.c \ + ck-log.h \ + ck-log.c \ getfd.c \ proc.h \ $(PLATFORM_SOURCES) \ -- cgit