summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f15fe567..06602861 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,8 @@ rfc3195d_SOURCES = rfc3195d.c rsyslog.h
rsyslogd_SOURCES = \
syslogd.c \
syslogd.h \
+ debug.c \
+ debug.h \
glbl.h \
pidfile.c \
pidfile.h \
@@ -24,6 +26,10 @@ rsyslogd_SOURCES = \
threads.h \
stream.c \
stream.h \
+ wtp.c \
+ wtp.h \
+ wti.c \
+ wti.h \
queue.c \
queue.h \
sync.c \