diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-21 17:25:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-21 17:25:58 +0200 |
commit | ec564b14a5f4558d34578a1e10129f910539fa49 (patch) | |
tree | 6094727331c44dab4974e7c11397b48b12ec0148 /build/bootstrap.make | |
parent | 9106867c0c70bae196c1b38e9594f0340dcc9698 (diff) |
Add developer build system SQLite infrastructure
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 4359a32..c6039eb 100644 --- a/build/bootstrap.make +++ b/build/bootstrap.make @@ -55,7 +55,7 @@ ifeq ($(dist_prefix),) $(error dist_prefix is not set) endif -databases := mysql +databases := mysql sqlite $(dist): databases := $(databases) # $1 project template without the -vcN.vc[x]proj suffix. |