aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index d01f253..f05edb5 100644
--- a/makefile
+++ b/makefile
@@ -6,14 +6,14 @@
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
all_dirs := libcommon common tracer mysql sqlite pgsql boost qt
-dirs := common tracer
+dirs := common tracer boost qt
ifeq ($(db_id),mysql)
-dirs += boost qt mysql
+dirs += mysql
endif
ifeq ($(db_id),sqlite)
-dirs += boost qt sqlite
+dirs += sqlite
endif
ifeq ($(db_id),pgsql)