summaryrefslogtreecommitdiff
path: root/dbaccess/Library_dbui.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-21 12:50:12 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-21 12:50:12 +0200
commit81ca9771b760858e9db7e4bd595fab4a15113089 (patch)
tree255ea3adfd9a18c2151a7779545c5296ca1b9a8e /dbaccess/Library_dbui.mk
parente70b1417d22d22e3d5bdffb1f4b55bc83a4c36ef (diff)
gnumake4: postmerge fixes in dbaccess reportdesign
Diffstat (limited to 'dbaccess/Library_dbui.mk')
-rw-r--r--dbaccess/Library_dbui.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/Library_dbui.mk b/dbaccess/Library_dbui.mk
index 92ab4eb88663..5e44b29d3c2c 100644
--- a/dbaccess/Library_dbui.mk
+++ b/dbaccess/Library_dbui.mk
@@ -33,6 +33,7 @@ $(eval $(call gb_Library_set_componentfile,dbui,dbaccess/util/dbu))
$(eval $(call gb_Library_set_include,dbui,\
-I$(SRCDIR)/dbaccess/inc \
-I$(SRCDIR)/dbaccess/source/ui/inc \
+ -I$(SRCDIR)/dbaccess/source/ui/dlg \
-I$(SRCDIR)/dbaccess/source/inc \
-I$(SRCDIR)/dbaccess/inc/pch \
$$(SOLARINC) \
@@ -83,6 +84,7 @@ $(eval $(call gb_Library_add_linked_libs,dbui,\
cppuhelper \
cppu \
dbtools \
+ editeng \
i18nisolang1 \
fwe \
sal \
@@ -90,7 +92,6 @@ $(eval $(call gb_Library_add_linked_libs,dbui,\
sfx \
svl \
svt \
- stl \
vcl \
tl \
utl \
@@ -100,7 +101,6 @@ $(eval $(call gb_Library_add_linked_libs,dbui,\
tk \
sot \
dba \
- vos3 \
$(gb_STDLIBS) \
))
ifeq ($(OS),WNT)