From 46cfd77f7521ad53934e1e42057723b4cd52d241 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Thu, 17 Feb 2011 15:56:56 +0100 Subject: LOGGING: Add syslog log target --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index d4c6e127..94492c53 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -12,8 +12,9 @@ lib_LTLIBRARIES = libosmocore.la libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c rxlev_stat.c bits.c \ tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \ write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c \ - logging.c gsm0808.c rate_ctr.c gsmtap_util.c \ - gprs_cipher_core.c crc16.c panic.c process.c gsm0480.c + logging.c logging_syslog.c gsm0808.c rate_ctr.c \ + gsmtap_util.c gprs_cipher_core.c crc16.c panic.c \ + process.c gsm0480.c if ENABLE_PLUGIN libosmocore_la_SOURCES += plugin.c -- cgit v1.2.3