diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-21 16:26:15 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2010-10-25 17:57:36 -0500 |
commit | ac05f0a34475c74848d25efc6dc8b17ef81b0654 (patch) | |
tree | b13cc80d040d65face0ffb5bce796a6a1edbb726 /sc/util | |
parent | 3a2957a4f5fe8819f40d595f3a75d9511b8a4fcd (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'sc/util')
-rw-r--r-- | sc/util/makefile.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk index c6c2abc0ee44..5b9c165450d7 100644 --- a/sc/util/makefile.mk +++ b/sc/util/makefile.mk @@ -86,7 +86,6 @@ SHL1STDLIBS= \ $(COMPHELPERLIB) \ $(UCBHELPERLIB) \ $(TKLIB) \ - $(VOSLIB) \ $(SALLIB) \ $(SALHELPERLIB) \ $(TOOLSLIB) \ @@ -193,7 +192,6 @@ SHL6STDLIBS= \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(TKLIB) \ - $(VOSLIB) \ $(SALLIB) \ $(TOOLSLIB) \ $(UNOTOOLSLIB) \ |