[Libreoffice-commits] .: Branch 'feature/vos-removal' - connectivity/source
Norbert Thiebaud
nthiebaud at kemper.freedesktop.org
Mon Oct 25 14:51:03 PDT 2010
connectivity/source/drivers/macab/makefile.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5b08e0ae4f74cabfb6eb30b0d73209c2c5d42b8b
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date: Mon Oct 25 16:39:32 2010 -0500
missing reference to salhelper in link of a mac driver due to vos removal
Thanks to Joseph Power for finding this.
diff --git a/connectivity/source/drivers/macab/makefile.mk b/connectivity/source/drivers/macab/makefile.mk
index 89b2991..31ffede 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) \
More information about the Libreoffice-commits
mailing list