diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 13:10:42 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-30 13:10:42 +0200 |
commit | 18e0b8065af3b660a73af93dabb4767cbc64ec35 (patch) | |
tree | 54bb7540f6fb1db7b2ca9afe83f0690f8daffaca /makefile | |
parent | 27a6fdf4b5295281853254cfdde8730128038dd2 (diff) |
Autotools support for SQLite
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -all_dirs := libcommon common tracer mysql boost +all_dirs := libcommon common tracer mysql sqlite boost dirs := common tracer boost ifeq ($(db_id),mysql) |