From 83b91cb8940986b365d58b04fe633fe396ff5d6b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 3 Dec 2007 11:06:46 +0000 Subject: adding sur5r's postgres module - many thanks for providing it! There are a number of patches necessary to core modules, because we need a new formatting function (date-pgsql). --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b3bca98c..a7825447 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,3 +83,7 @@ SUBDIRS = doc if ENABLE_MYSQL SUBDIRS += plugins/ommysql endif + +if ENABLE_PGSQL +SUBDIRS += plugins/ompgsql +endif -- cgit