summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-02 07:44:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-02 07:44:07 +0200
commit25daa04902f2754a487973c4de707869d66b84c1 (patch)
tree4ffb814a353fb16fc701a06bd3d034585763228d /Makefile.am
parent02d8dc27f991d19f63c3fd9edb02610a97f003b3 (diff)
downloadrsyslog-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.am4
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