From 321aaee205aee9035497b32c9087fabe325a7696 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Fri, 22 Jul 2011 16:00:49 +0200 Subject: MAke automake scripts PostgreSQL aware --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2631719..09198da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,5 +21,9 @@ if DATABASE_SQLITE SUBDIRS += sqlite endif +if DATABASE_PGSQL +SUBDIRS += pgsql +endif + EXTRA_DIST = __file__(extra_dist) ACLOCAL_AMFLAGS = -I m4 -- cgit v1.1