diff options
Diffstat (limited to 'boost/makefile')
-rw-r--r-- | boost/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/makefile b/boost/makefile index a73ace3..71b7ecf 100644 --- a/boost/makefile +++ b/boost/makefile @@ -5,11 +5,13 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -all_dirs := common mysql +all_dirs := common mysql sqlite dirs := common ifeq ($(db_id),mysql) dirs += mysql +else ifeq ($(db_id),sqlite) +dirs += sqlite endif default := $(out_base)/ |