From 9ec2dfce93ff2df58732b556f477595b2ce00682 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Sat, 23 Jul 2011 21:00:33 +0200 Subject: Add pgsql to the list of databases in bootstrap makefile --- build/bootstrap.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/bootstrap.make b/build/bootstrap.make index f2f8699..3172920 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -63,7 +63,7 @@ ifeq ($(dist_prefix),) $(error dist_prefix is not set) endif -databases := mysql sqlite +databases := mysql sqlite pgsql $(dist): databases := $(databases) # $1 project template without the -vcN.vc[x]proj suffix. -- cgit v1.1