summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-19 11:58:33 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-12-19 11:59:26 +0000
commite5e42a69867ed720a88864dd5d5549a6f03d2ef5 (patch)
tree78096cd13e2743ba68b487316cc08e4cc32ec582 /dbaccess
parent9a4dfa9f95cd142fe12e4d2e02226152a80baf17 (diff)
msvc 2008 express won't link without explicit salhelper
post salhelper visibility markup and gbuildification express 2008 doesn't link without salhelper mentioned on link line
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/Library_dbaxml.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/dbaccess/Library_dbaxml.mk b/dbaccess/Library_dbaxml.mk
index c7535a9496f1..68bf39910ac0 100644
--- a/dbaccess/Library_dbaxml.mk
+++ b/dbaccess/Library_dbaxml.mk
@@ -45,7 +45,8 @@ $(eval $(call gb_Library_add_linked_libs,dbaxml,\
dba \
dbtools \
sal \
- sax \
+ salhelper \
+ sax \
sfx \
svl \
tk \