aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantin Michael <constantin@codesynthesis.com>2011-07-21 23:18:39 +0200
committerConstantin Michael <constantin@codesynthesis.com>2011-07-21 23:18:39 +0200
commitde71cad748dcc3105a50741e71a5958780b43c61 (patch)
tree771304febd7e1ad21c24324de2563287a75aeade
parent702df9ae55150c8b8671a9fb200793b78d75aa78 (diff)
Enable Qt and Boost profile tests for PostgreSQL
-rw-r--r--boost/Makefile.am4
-rw-r--r--boost/makefile4
-rw-r--r--makefile6
-rw-r--r--qt/Makefile.am4
-rw-r--r--qt/makefile2
5 files changed, 16 insertions, 4 deletions
diff --git a/boost/Makefile.am b/boost/Makefile.am
index 00d8fa9..2e6565f 100644
--- a/boost/Makefile.am
+++ b/boost/Makefile.am
@@ -13,4 +13,8 @@ if DATABASE_SQLITE
SUBDIRS += sqlite
endif
+if DATABASE_PGSQL
+SUBDIRS += pgsql
+endif
+
EXTRA_DIST = __file__(extra_dist)
diff --git a/boost/makefile b/boost/makefile
index 71b7ecf..4bb2793 100644
--- a/boost/makefile
+++ b/boost/makefile
@@ -5,13 +5,15 @@
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)
dirs += mysql
else ifeq ($(db_id),sqlite)
dirs += sqlite
+else ifeq ($(db_id),pgsql)
+dirs += pgsql
endif
default := $(out_base)/
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)
diff --git a/qt/Makefile.am b/qt/Makefile.am
index 3b3e6f6..fc38fc6 100644
--- a/qt/Makefile.am
+++ b/qt/Makefile.am
@@ -13,4 +13,8 @@ if DATABASE_SQLITE
SUBDIRS += sqlite
endif
+if DATABASE_PGSQL
+SUBDIRS += pgsql
+endif
+
EXTRA_DIST = __file__(extra_dist)
diff --git a/qt/makefile b/qt/makefile
index f5209cb..a631f24 100644
--- a/qt/makefile
+++ b/qt/makefile
@@ -12,6 +12,8 @@ ifeq ($(db_id),mysql)
dirs += mysql
else ifeq ($(db_id),sqlite)
dirs += sqlite
+else ifeq ($(db_id),pgsql)
+dirs += pgsql
endif
default := $(out_base)/