aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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;