diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 10:13:13 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 10:13:13 +0200 |
commit | dae8595066271e6f07320c2181e495fab1e97ecd (patch) | |
tree | 15456d0dd3054f4a7b6d84c5bcde070e3562bf5b /reportdesign | |
parent | 53e20b0c777da3c5df4337bee4fdcd84d9bee7a6 (diff) |
revert to dbaccess gbuildization from master mostly
* only add JunitTest_dbaccess_complex, which was missing on master
* disable complex.dbaccess.DatabaseDocument in JunitTest_dbaccess_complex for
now as it fails
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/Library_rpt.mk | 2 | ||||
-rw-r--r-- | reportdesign/Library_rptui.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/reportdesign/Library_rpt.mk b/reportdesign/Library_rpt.mk index bfd0564ed886..c1a6f7277cbb 100644 --- a/reportdesign/Library_rpt.mk +++ b/reportdesign/Library_rpt.mk @@ -52,7 +52,7 @@ $(eval $(call gb_Library_add_linked_libs,rpt,\ cppu \ cppuhelper \ dbtools \ - dbui \ + dbu \ editeng \ fwe \ i18nisolang1 \ diff --git a/reportdesign/Library_rptui.mk b/reportdesign/Library_rptui.mk index 4183b8473865..7aee950fa723 100644 --- a/reportdesign/Library_rptui.mk +++ b/reportdesign/Library_rptui.mk @@ -48,7 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,rptui,\ cppu \ cppuhelper \ dbtools \ - dbui \ + dbu \ editeng \ for \ forui \ |