mirror of
https://github.com/pygos/init.git
synced 2024-11-05 12:17:10 +01:00
4311b9a2f1
This commit seperates the formating and printing of log messages to files more cleanly from the message pump that retrieves the log messages. At a later point, other backends could be added more easiyl (e.g. forward the log message to some server). Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
9 lines
295 B
Text
9 lines
295 B
Text
usyslogd_SOURCES = syslogd/main.c
|
|
usyslogd_SOURCES += syslogd/logfile.c syslogd/backend.h
|
|
usyslogd_SOURCES += syslogd/proto.c syslogd/proto.h
|
|
usyslogd_CPPFLAGS = $(AM_CPPFLAGS)
|
|
usyslogd_CFLAGS = $(AM_CFLAGS)
|
|
usyslogd_LDFLAGS = $(AM_LDFLAGS)
|
|
usyslogd_LDADD = libinit.a
|
|
|
|
sbin_PROGRAMS += usyslogd
|