diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-02 07:44:07 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-06-02 07:44:07 +0200 |
commit | 25daa04902f2754a487973c4de707869d66b84c1 (patch) | |
tree | 4ffb814a353fb16fc701a06bd3d034585763228d /Makefile.am | |
parent | 02d8dc27f991d19f63c3fd9edb02610a97f003b3 (diff) | |
download | rsyslog-25daa04902f2754a487973c4de707869d66b84c1.tar.gz rsyslog-25daa04902f2754a487973c4de707869d66b84c1.tar.xz rsyslog-25daa04902f2754a487973c4de707869d66b84c1.zip |
added support for custom modules
... this provides some basic support to integrate extensions that
are not direct parts of rsyslog to be built during its build
process.
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 e991f323..8a130655 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,6 +84,10 @@ if ENABLE_SNMP SUBDIRS += plugins/omsnmp endif +if ENABLE_CUST1 +SUBDIRS += plugins/cust1 +endif + if ENABLE_IMTEMPLATE SUBDIRS += plugins/imtemplate endif |