aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-23 21:00:33 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-23 21:00:33 +0200
commit9ec2dfce93ff2df58732b556f477595b2ce00682 (patch)
treeaea75f6ffb7a654869b67ab7951acf5dc69419a7 /build
parentb235469ba18e2165afd7d238ba64a8e9110d01db (diff)
Add pgsql to the list of databases in bootstrap makefile
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.make2
1 files changed, 1 insertions, 1 deletions
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.