diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 16:10:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-20 16:10:20 +0000 |
commit | e5f51c5f97b6861ea3c69ac4ff01dad75750c09b (patch) | |
tree | c8ed1644acd90c786ce51baf27f1d774a14f733d /Makefile.am | |
parent | c2d0c3d4c31164ece386a61ef3326bb40c348fdb (diff) | |
download | rsyslog-e5f51c5f97b6861ea3c69ac4ff01dad75750c09b.tar.gz rsyslog-e5f51c5f97b6861ea3c69ac4ff01dad75750c09b.tar.xz rsyslog-e5f51c5f97b6861ea3c69ac4ff01dad75750c09b.zip |
created initial vmprg class
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 c02dfe4d..3770cc55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,8 @@ rfc3195d_SOURCES = rfc3195d.c rsyslog.h rsyslogd_SOURCES = \ syslogd.c \ syslogd.h \ + vmprg.c \ + vmprg.h \ vmop.c \ vmop.h \ debug.c \ |