From c0d0e0643dabbbb8a7fce0a52af5a35831403aee Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 22 Feb 2008 11:43:23 +0000 Subject: begun implementing rsyslog virtual machine (vm class) --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index bbccb8a5..179c53f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,8 @@ rfc3195d_SOURCES = rfc3195d.c rsyslog.h rsyslogd_SOURCES = \ syslogd.c \ syslogd.h \ + vm.c \ + vm.h \ vmstk.c \ vmstk.h \ vmprg.c \ -- cgit