aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile19
1 files changed, 2 insertions, 17 deletions
diff --git a/makefile b/makefile
index e7184f9..576792d 100644
--- a/makefile
+++ b/makefile
@@ -5,24 +5,9 @@
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
-all_dirs := libcommon common mysql sqlite pgsql oracle boost qt
+all_dirs := libcommon common mysql sqlite pgsql oracle mssql boost qt
dirs := common boost qt
-
-ifeq ($(db_id),mysql)
-dirs += mysql
-endif
-
-ifeq ($(db_id),sqlite)
-dirs += sqlite
-endif
-
-ifeq ($(db_id),pgsql)
-dirs += pgsql
-endif
-
-ifeq ($(db_id),oracle)
-dirs += oracle
-endif
+dirs += $(db_id)
default := $(out_base)/
dist := $(out_base)/.dist