diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-28 07:46:35 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-07-28 07:46:35 +0200 |
commit | b7c91420b0814ee20088d27953582a5064c9a467 (patch) | |
tree | 152a28450601cb77593df8e119114478287eceb1 /Makefile.am | |
parent | 480125e16ce0cdd63d9ee0b47565789984c217e0 (diff) | |
download | rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.tar.gz rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.tar.xz rsyslog-b7c91420b0814ee20088d27953582a5064c9a467.zip |
begun implementing a diagnostic plugin (not yet completed)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e78a413c..47453443 100644 --- a/Makefile.am +++ b/Makefile.am @@ -94,6 +94,10 @@ if ENABLE_IMFILE SUBDIRS += plugins/imfile endif +if ENABLE_IMDIAG +SUBDIRS += plugins/imdiag +endif + if ENABLE_MAIL SUBDIRS += plugins/ommail endif |