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 /chart2/workbench | |
parent | 3a2957a4f5fe8819f40d595f3a75d9511b8a4fcd (diff) |
Finally, gut the vos module out of the build
Diffstat (limited to 'chart2/workbench')
-rw-r--r-- | chart2/workbench/addin/makefile.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chart2/workbench/addin/makefile.mk b/chart2/workbench/addin/makefile.mk index 2a7ebd1c80d9..380a0ce18cd0 100644 --- a/chart2/workbench/addin/makefile.mk +++ b/chart2/workbench/addin/makefile.mk @@ -73,8 +73,7 @@ SHL1OBJS=$(SLOFILES) SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(CPPULIB) \ - $(VOSLIB) \ - $(SALLIB) + $(SALLIB) SHL1DEPN=makefile.mk SHL1DEF=$(MISC)$/$(SHL1TARGET).def |