diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-16 07:24:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-07-16 07:24:23 +0000 |
commit | a8c6819d7e1cc570a0c2c633d6b6bfa635685d23 (patch) | |
tree | 9b517cb70e8c8637be0e74332311dec5241938ae /Makefile.am | |
parent | 63e43e656a9f900cbc58494b2c935b677ef76b94 (diff) | |
download | rsyslog-a8c6819d7e1cc570a0c2c633d6b6bfa635685d23.tar.gz rsyslog-a8c6819d7e1cc570a0c2c633d6b6bfa635685d23.tar.xz rsyslog-a8c6819d7e1cc570a0c2c633d6b6bfa635685d23.zip |
added patch by mildew@gmail.com to support IPv6 in $AllowedSender
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 27e91540..f5c4c6ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ rfc3195d_SOURCES=rfc3195d.c rsyslog.h man_MANS = rfc3195d.8 rklogd.8 rsyslogd.8 rsyslog.conf.5 -syslogd_SOURCES=syslogd.c pidfile.c template.c outchannel.c stringbuf.c srUtils.c parse.c syslogd-types.h template.h outchannel.h syslogd.h stringbuf.h parse.h srUtils.h liblogging-stub.h +syslogd_SOURCES=syslogd.c pidfile.c template.c outchannel.c stringbuf.c srUtils.c parse.c syslogd-types.h template.h outchannel.h syslogd.h stringbuf.h parse.h srUtils.h liblogging-stub.h net.h syslogd_CPPFLAGS=$(mysql_includes) syslogd_LDADD=$(mysql_libs) $(zlib_libs) $(pthreads_libs) |