From 9194e9c1c01b34c9e63f0ee989e43ced606cf554 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 24 Jul 2011 20:55:48 +0200 Subject: Add DATABASE_PGSQL define --- template/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/template/Makefile.am b/template/Makefile.am index 7bebe38..9a83bfa 100644 --- a/template/Makefile.am +++ b/template/Makefile.am @@ -17,6 +17,10 @@ if DATABASE_SQLITE AM_CPPFLAGS += -DDATABASE_SQLITE endif +if DATABASE_PGSQL +AM_CPPFLAGS += -DDATABASE_PGSQL +endif + TESTS=$(top_builddir)/tester TESTS_ENVIRONMENT=top_builddir=$(top_builddir); export top_builddir; -- cgit v1.1