summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 16:39:32 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:34 -0500
commit52113b67715c77fc6a8f8416095fe67bbc99972b (patch)
treef0b6c6e45ad83a1452e24cc96a0a3a17fff50344 /connectivity
parentb7cd97528304cf765b4438ffc3bb00f49d40712a (diff)
missing reference to salhelper in link of a mac driver due to vos removal
Thanks to Joseph Power for finding this.
Diffstat (limited to 'connectivity')
-rwxr-xr-xconnectivity/source/drivers/macab/makefile.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/connectivity/source/drivers/macab/makefile.mk b/connectivity/source/drivers/macab/makefile.mk
index 89b29916a8..31ffede390 100755
--- a/connectivity/source/drivers/macab/makefile.mk
+++ b/connectivity/source/drivers/macab/makefile.mk
@@ -60,6 +60,7 @@ SHL1STDLIBS=\
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(DBTOOLSLIB) \
+ $(SALHELPERLIB) \
$(SALLIB)
SHL1DEPN=
@@ -101,6 +102,7 @@ SHL2OBJS=$(SLO2FILES)
SHL2STDLIBS=\
$(CPPULIB) \
$(CPPUHELPERLIB) \
+ $(SALHELPERLIB) \
$(SALLIB) \
$(DBTOOLSLIB) \
$(COMPHELPERLIB) \