diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-21 12:50:12 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-21 12:50:12 +0200 |
commit | 81ca9771b760858e9db7e4bd595fab4a15113089 (patch) | |
tree | 255ea3adfd9a18c2151a7779545c5296ca1b9a8e /reportdesign | |
parent | e70b1417d22d22e3d5bdffb1f4b55bc83a4c36ef (diff) |
gnumake4: postmerge fixes in dbaccess reportdesign
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 832ab7880ab2..a717e372cfa7 100644 --- a/reportdesign/Library_rpt.mk +++ b/reportdesign/Library_rpt.mk @@ -48,7 +48,7 @@ $(eval $(call gb_Library_add_linked_libs,rpt,\ cppu \ cppuhelper \ dbtools \ - dbu \ + dbui \ editeng \ fwe \ i18nisolang1 \ diff --git a/reportdesign/Library_rptui.mk b/reportdesign/Library_rptui.mk index c532117ce9a7..8fcfb7161a63 100644 --- a/reportdesign/Library_rptui.mk +++ b/reportdesign/Library_rptui.mk @@ -44,7 +44,7 @@ $(eval $(call gb_Library_add_linked_libs,rptui,\ cppu \ cppuhelper \ dbtools \ - dbu \ + dbui \ editeng \ for \ forui \ |