summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-02-14 16:24:08 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-02-14 16:24:08 +0000
commita43ff0d7c08a5c8cbebba10c6c522ebf61d1c875 (patch)
tree27daf230c1283517201dceb2538e05f17bbac3d4 /Makefile.am
parent52b6b6f2211718101e43de05e5292f555e8198a8 (diff)
downloadrsyslog-a43ff0d7c08a5c8cbebba10c6c522ebf61d1c875.tar.gz
rsyslog-a43ff0d7c08a5c8cbebba10c6c522ebf61d1c875.tar.xz
rsyslog-a43ff0d7c08a5c8cbebba10c6c522ebf61d1c875.zip
created a bare template for omlibdbi (dbi output action)
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 bc6360a1..bde71b8b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -103,6 +103,10 @@ if ENABLE_MYSQL
SUBDIRS += plugins/ommysql
endif
+if ENABLE_OMLIBDBI
+SUBDIRS += plugins/omlibdbi
+endif
+
if ENABLE_PGSQL
SUBDIRS += plugins/ompgsql
endif