diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 16:01:57 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-07-22 16:01:57 +0200 |
commit | b7ca2b519294846af507f3af1aeb6244b981710d (patch) | |
tree | 12093a834a4606ae975e86aee39d0381a87b7d17 /qt/makefile | |
parent | 321aaee205aee9035497b32c9087fabe325a7696 (diff) |
Correct makefile ommissions
Diffstat (limited to 'qt/makefile')
-rw-r--r-- | qt/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/makefile b/qt/makefile index a631f24..a835d49 100644 --- a/qt/makefile +++ b/qt/makefile @@ -5,7 +5,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make -all_dirs := common mysql sqlite +all_dirs := common mysql sqlite pgsql dirs := common ifeq ($(db_id),mysql) |