summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-01-03 09:44:54 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-01-03 09:44:54 +0000
commit29d9729292d44d2827054a1aef27278f3dadd57e (patch)
treedcede7f015fd4c4d1ef7ccd311a505bfdc79e1c2 /Makefile.am
parenta05de60a5670c759b5dbe6e60bbac8fe9332420d (diff)
downloadrsyslog-29d9729292d44d2827054a1aef27278f3dadd57e.tar.gz
rsyslog-29d9729292d44d2827054a1aef27278f3dadd57e.tar.xz
rsyslog-29d9729292d44d2827054a1aef27278f3dadd57e.zip
moved queue code to its own module (finally)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f3ee472..f4e60f30 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,6 +21,8 @@ rsyslogd_SOURCES = \
liblogging-stub.h \
threads.c \
threads.h \
+ queue.c \
+ queue.h \
sync.c \
sync.h \
net.c \