From 4d1cf8787173eed267b479e7b03903b03d6f1719 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 8 Jul 2010 10:05:22 -0400 Subject: Add sss_log() function Right now, this log function writes to the syslog. In the future, it could be modified to work with ELAPI or another logging API. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d77c73172..8eea7ac2d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -218,7 +218,8 @@ AM_CPPFLAGS = -Wall \ EXTRA_DIST = build/config.rpath SSSD_DEBUG_OBJ = \ - util/debug.c + util/debug.c \ + util/sss_log.c SSSD_UTIL_OBJ = \ confdb/confdb.c \ -- cgit