summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorAndre Lorbach <alorbach@adiscon.com>2008-01-22 12:50:32 +0000
committerAndre Lorbach <alorbach@adiscon.com>2008-01-22 12:50:32 +0000
commitde0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a (patch)
tree231010634b6d48f064b76c1b1bf0a8f5cb8fd2db /Makefile.am
parent736ecb10fb179ad763d8d509ab2c149f6489ba70 (diff)
downloadrsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.tar.gz
rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.tar.xz
rsyslog-de0bfbbfefd9bacde0e10ea5dbeb8e8b46f0062a.zip
Module OMSNMP intially added, not completed yet.
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 094a39f1..f15fe567 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -99,3 +99,7 @@ endif
if ENABLE_PGSQL
SUBDIRS += plugins/ompgsql
endif
+
+if ENABLE_SNMP
+SUBDIRS += plugins/omsnmp
+endif