diff options
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 2cad2365..094a39f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ rfc3195d_SOURCES = rfc3195d.c rsyslog.h rsyslogd_SOURCES = \ syslogd.c \ syslogd.h \ + glbl.h \ pidfile.c \ pidfile.h \ template.c \ @@ -31,6 +32,7 @@ rsyslogd_SOURCES = \ net.h \ obj.c \ obj.h \ + obj-types.h \ msg.c \ msg.h \ expr.c \ |