diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-14 11:55:35 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-14 11:55:35 +0000 |
commit | 0c5e8a2f96dd22534c0b7189ff5e75519be03b82 (patch) | |
tree | a96f0e832270068dc3f81d657e4fda76014f4d76 /Makefile.am | |
parent | 004229dda605fa93fa04f7c94bff69517241a885 (diff) | |
download | rsyslog-0c5e8a2f96dd22534c0b7189ff5e75519be03b82.tar.gz rsyslog-0c5e8a2f96dd22534c0b7189ff5e75519be03b82.tar.xz rsyslog-0c5e8a2f96dd22534c0b7189ff5e75519be03b82.zip |
moved core threading helpers out of syslogd.c
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dc67a195..7e738f18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,8 @@ rsyslogd_SOURCES = \ template.h \ outchannel.h \ liblogging-stub.h \ + threads.c \ + threads.h \ sync.c \ sync.h \ net.c \ |