diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:12:39 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-23 21:12:39 +0200 |
commit | b862c7f3c88db5647981fb2c3cc158c6158b34a4 (patch) | |
tree | bcf6426e91b5746958a67c24316e42cafb20aee5 /build/bootstrap.make | |
parent | 410dc35736fe8065ac3d4a5fb3a736cc77349d79 (diff) |
Add pgsql to list of databases in bootstrap makefile
Diffstat (limited to 'build/bootstrap.make')
-rw-r--r-- | build/bootstrap.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/bootstrap.make b/build/bootstrap.make index 07296c3..3c5ca1e 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -62,7 +62,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. |