aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/makefile b/makefile
index 727e1a7..f05edb5 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,7 @@
include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make
-all_dirs := libcommon common tracer mysql sqlite boost qt
+all_dirs := libcommon common tracer mysql sqlite pgsql boost qt
dirs := common tracer boost qt
ifeq ($(db_id),mysql)
@@ -17,8 +17,7 @@ dirs += sqlite
endif
ifeq ($(db_id),pgsql)
-alldirs := pgsql
-dirs := pgsql
+dirs += pgsql
endif
default := $(out_base)/